Eclipse中的Android模拟器不起作用?

时间:2013-06-29 21:04:32

标签: android android-emulator

我制作了一个新的AVD,创建了一个新的Blank Activity。 AVD配置为Android 4.2.2,API级别为17,因此是空白活动。

但是,当我运行活动时,日志是:

[2013-06-30 02:33:38 - myfirstapp] ------------------------------
[2013-06-30 02:33:38 - myfirstapp] Android Launch!
[2013-06-30 02:33:38 - myfirstapp] adb is running normally.
[2013-06-30 02:33:38 - myfirstapp] Performing com.example.myfirstapp.MainActivity activity launch
[2013-06-30 02:33:38 - myfirstapp] Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
[2013-06-30 02:33:41 - myfirstapp] Launching a new emulator with Virtual Device 'HelloEmulator'
[2013-06-30 02:33:48 - myfirstapp] New emulator found: emulator-5556
[2013-06-30 02:33:48 - myfirstapp] Waiting for HOME ('android.process.acore') to be launched...  

它启动了一些不同的大屏幕模拟器 我做错了什么?

2 个答案:

答案 0 :(得分:1)

一切正常,等待 要发布模拟器加速,您可以检查use GPU host并将ram size 850

答案 1 :(得分:1)

使用Android虚拟设备启动应用程序时有两个步骤。首先,启动虚拟设备,然后启动应用程序。如果尚未启动虚拟设备,则需要3-4分钟才能启动。在此步骤中,将显示上述消息:

[2013-06-30 02:33:48 - myfirstapp] Waiting for HOME ('android.process.acore') to be launched... 

启动应用程序比启动android虚拟设备更快。