1

可能重复:
Android Emulator 不会运行从 Eclipse 启动的应用程序

我有 Eclipse 和 Android 的问题。当我在 Eclipse 中单击运行按钮时,它会启动模拟器,但不会启动应用程序。如果我在模拟器仍在运行时再次点击运行按钮,它只会启动模拟器的新实例,并且再次不会启动应用程序。

这是我得到的所有控制台输出:

[2012-10-18 11:36:55 - FTS Live] Android Launch!
[2012-10-18 11:36:55 - FTS Live] adb is running normally.
[2012-10-18 11:36:55 - FTS Live] Performing com.robinj.fts.stream.MainActivity activity launch
[2012-10-18 11:36:55 - FTS Live] Automatic Target Mode: Preferred AVD 'Froyo' is not available. Launching new emulator.
[2012-10-18 11:36:55 - FTS Live] Launching a new emulator with Virtual Device 'Froyo'

我试过设置它,让它总是尝试使用正在运行的 AVD/设备,但它只是说没有运行,而有。

--

Windows XP、Eclipse Juno、Android SDK、x86(并不是说它在带有 Eclipse Indigo 的 Lubuntu 12.04 上更好;我什至无法启动 AVD)。

4

1 回答 1

0

1> 从任务管理器中删除所有 adb.exe 实例。

2>运行 kill-server 然后运行 ​​start-server 命令。

3>重启eclipse。

于 2012-10-18T10:28:48.867 回答