这是我第一次使用android(是一个完整的新手)
一直在尝试运行我的hello world应用程序(可能是android上最简单的东西)
当我点击运行时,它会显示我:
[2011-05-31 01:28:55 - HelloAndroid] Android Launch!
[2011-05-31 01:28:55 - HelloAndroid] adb is running normally.
[2011-05-31 01:28:55 - HelloAndroid] Performing com.bestvalue.hello.HelloAndroid activity launch
[2011-05-31 01:28:55 - HelloAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'my_avd'
[2011-05-31 01:28:55 - HelloAndroid] Launching a new emulator with Virtual Device 'my_avd'
[2011-05-31 01:29:00 - HelloAndroid] New emulator found: emulator-5554
[2011-05-31 01:29:00 - HelloAndroid] Waiting for HOME ('android.process.acore') to be launched...
在那里,我们多年来一直在向我展示一个黑色的清晰画面,绝对没有别的。
我不知道它是否是我的系统速度(但我运行的是4gb,2.0 ghz双amd系统)
请从这里做什么让我继续?
由于
更新
经过漫长的等待,它添加了这一行:
[2011-05-31 02:00:37 - HelloAndroid] emulator-5554 disconnected! Cancelling 'com.bestvalue.hello.HelloAndroid activity launch'!
更新
现在终止之前已经达到了这一点
[2011-05-31 09:10:49 - HelloAndroid] ------------------------------
[2011-05-31 09:10:49 - HelloAndroid] Android Launch!
[2011-05-31 09:10:49 - HelloAndroid] adb is running normally.
[2011-05-31 09:10:49 - HelloAndroid] Performing com.bestvalue.hello.HelloAndroid activity launch
[2011-05-31 09:10:49 - HelloAndroid] Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
[2011-05-31 09:10:56 - HelloAndroid] Launch canceled!
更新
当我运行它时会显示Android设备选择器。在选择运行的Android设备下,它显示模拟器5444和下面的目标我有一个?。有什么我还需要设置吗?
答案 0 :(得分:0)
有时也会发生这种情况。诀窍是,按下Eclipse的“运行”按钮一次,然后模拟器出现。一旦你看到android主屏幕/桌面,然后再次按下Eclipse中的“运行”按钮。
现在你的app应该真正启动。我认为这样做的原因是意图超时,因为模拟器启动时间太长。 (这只是一个疯狂的猜测;我所知道的是,当模拟器启动时,再次按下“运行”按钮。)
答案 1 :(得分:0)
我有类似的问题,我刚修好了。根据我的方式,转到运行配置,在Android配置部分,按“浏览”按钮,选择您创建的项目,然后一切正常。适合我。祝你好运。
答案 2 :(得分:0)
重启手机。如果重启eclipse或Windows还不够。