Android应用程序将无法安装

时间:2012-03-13 01:29:08

标签: android eclipse android-emulator

我最近买了几本关于android编程的书,并且一直在努力工作。我终于得到了一本书示例代码来显示。我注意到,当它在eclipse控制台中工作时,它显示了安装日志记录。在其他所有我尝试过的事情中,它永远不会达到这一点。我得到的只是如下所示。有谁知道它为什么不继续安装点?

我还注意到,在有效的代码中,bin目录中有一个与src目录匹配的文件夹结构。

src>com.deitel.doodlz
bin>com>deitel>doodlz - contains all the class files

在我的项目中,我的bin目录中没有这样的文件夹结构。除了点击运行按钮之外,我还需要做些什么吗?我必须先做一些类型的构建吗?感谢。

[2012-03-12 21:21:52 - Now2] ------------------------------
[2012-03-12 21:21:52 - Now2] Android Launch!
[2012-03-12 21:21:52 - Now2] adb is running normally.
[2012-03-12 21:21:52 - Now2] Performing my.android.stuff.Now2Activity activity launch
[2012-03-12 21:21:52 - Now2] Automatic Target Mode: Preferred AVD 'android_2_3_3' is not available. Launching new emulator.
[2012-03-12 21:21:52 - Now2] Launching a new emulator with Virtual Device 'android_2_3_3'
[2012-03-12 21:21:57 - Emulator] emulator: WARNING: Unable to create sensors port: Unknown error
[2012-03-12 21:21:57 - Emulator] emulator: emulator window was out of view and was recentered
[2012-03-12 21:21:57 - Emulator] 

0 个答案:

没有答案