Netbeans不运行Android Project

时间:2012-01-31 14:13:33

标签: android netbeans

我是创建Android应用的新手。我一直使用Netbeans,所以我为它下载了一个插件,以及Android SDK。我建立了一个AVD,一开始看起来一切都很好。

当我编译并运行我的项目时,我没有错误,AVD运行并且虚拟环境在那里,但我的项目不是。我不能让我的项目在AVD中运行。

我正在使用Netbeans 6.9.1。 我的Android SDK是2.3.3,API 10。

非常感谢任何帮助。这可能与更改我的PATH变量有关吗?感谢。

以下是我在控制台中获得的内容;

Gathering info for MyAndroidApp...
Android SDK Tools Revision 16
Project Target: Android 2.3.3
API level: 10
------------------
Resolving library dependencies:
No library dependencies.

------------------

WARNING: No minSdkVersion value set. Application will install on all Android versions.
Creating output directories if needed...
----------
Handling aidl files...
No AIDL files to compile.
----------
Handling RenderScript files...
No RenderScript files to compile.
----------
Handling Resources...
Found Deleted Target File
Generating resource IDs...
Compiling 1 source file to C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\bin\classes
Found Deleted Target File
Converting compiled files and external libraries into C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\bin\classes.dex...
Crunching PNG Files in source dir: C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\res
To destination dir: C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\bin\res
Crunched 0 PNG files to update cache
Found Deleted Target File
Creating full resource package...
Found Deleted Target File
Creating MyAndroidApp-debug-unaligned.apk and signing it with a debug key...
Running zip align on final apk...
Debug Package: C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\bin\MyAndroidApp-debug.apk
debug:
Updating property file: C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\bin\build.prop
Updating property file: C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\bin\build.prop
Updating property file: C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\bin\build.prop
Updating property file: C:\Users\Harry\Documents\IndianaJonesy\MyAndroidApp\bin\build.prop
BUILD SUCCESSFUL (total time: 3 seconds)

2 个答案:

答案 0 :(得分:0)

如果您使用Netbeans IDE

,似乎必须手动安装应用程序

阅读here

答案 1 :(得分:0)

http://www.nbandroid.org/2011/07/how-to-fix-broken-communication-with.html可以帮到你。还要检查IDE是否看到设备 - 转到“服务”选项卡(Ctrl-5)并展开“Android设备”节点。你应该看到你的模拟器/连接设备。

编译输出旁边是另一个带有部署输出的选项卡。检查那里写的是什么。

如果您无法让它工作,请考虑提交错误报告。有提示如何在http://www.nbandroid.org/p/contacts.html

执行此操作

-Radim