我是开发Android应用程序的新手。我的第一个应用程序需要花费太多时间来加载,并在最后失败。
我正在使用配备4GB内存和英特尔处理器的Windows 8笔记本电脑。我正在写所有这些因为我看到了关于Windows的答案。
[2014-03-08 07:26:52 - Mytest] Android Launch! [2014-03-08 07:26:52 -
Mytest] adb is running normally.
[2014-03-08 07:26:52 - Mytest] Performing
com.example.mytest.MainActivity activity launch
[2014-03-08 07:26:53 - Mytest] Automatic Target Mode: launching new
emulator with compatible AVD 'nnt'
[2014-03-08 07:26:53 - Mytest] Launching a new emulator with Virtual
Device 'nnt'
[2014-03-08 07:27:15 - Mytest] New emulator found: emulator-5554
[2014-03-08 07:27:15 - Mytest] Waiting for HOME
('android.process.acore') to be launched
[2014-03-08 07:39:36 - Mytest] HOME is up on device 'emulator-5554'
[2014-03-08 07:39:36 - Mytest] Uploading Mytest.apk onto device
'emulator-5554'
[2014-03-08 07:39:36 - Mytest] Installing Mytest.apk...
[2014-03-08 07:41:51 - Mytest] Failed to install Mytest.apk on device
'emulator-5554!
[2014-03-08 07:41:51 - Mytest] (null) [2014-03-08 07:41:51 - Mytest]
Launch canceled!
请告诉我。
答案 0 :(得分:0)
我以前遇到过这个问题。我尝试了以下步骤。
答案 1 :(得分:0)
尝试 Genymotion 模拟器,它可以免费供个人使用,而且运行顺畅。您也可以使用Eclipse插件。
在此处获取:Genymotion
如果您遇到安装问题,请User Guide。
我正在使用它,我很高兴。