无法加载一个Android的虚拟设备。点击“详细信息”来查看错误详细信息、加载、错误、设备

2023-09-07 15:18:43 作者:晴空少女

我刚刚安装了Android插件在Eclipse中。创建于Android 4.0的API级别14(歌Nexus S)上运行新的虚拟设备,但它不会效仿。我读了一个职位,所以我这样做,我可以将Android的文件夹到另一个位置,并没有用,它仍然不会效仿了Android窗口将启动,Android的文本将加载好多天但还没有任何进一步。 (我通常只是读,但从来没有张贴所以请原谅我为我的格式) 检查控制台这是文本可供选择:

  [2013年4月1日20时35分42秒 - 的Andr​​oid测试] ----------------------- -------
   [2013年4月1日20时35分42秒 -  Android的测试] Android的推出!
   [2013年4月1日20时35分42秒 - 的Andr​​oid测试]亚洲开发银行运行正常。
   [2013年4月1日20时35分42秒 - 的Andr​​oid测试]执行com.theprogrammer.android.test.MainActivityMainActivity活动启动
   [2013年4月1日20时35分43秒 - 的Andr​​oid测试]自动目标模式:启动新的仿真器兼容AVDPhone_IceCreamSandwich
   [2013年4月1日20时35分43秒 - 的Andr​​oid测试]启动一个新的仿真与虚拟设备Phone_IceCreamSandwich
   [2013年4月1日20点35分55秒 - 的Andr​​oid测试]新模拟器发现:模拟器-5554
   [2013年4月1日20点35分55秒 - 的Andr​​oid测试]等待HOME('android.process.acore)即将推出...
   [2013年4月1日20时37分十二秒 -  Android的测试] HOME是由设备'模拟器-5554
   [2013年4月1日20时37分十二秒 -  Android的测试]上传的Andr​​oid Test.apk到器件的模拟器,5554
   [2013年4月1日20时37分十二秒 -  Android的测试]安装Android的Test.apk ...
   [2013年4月1日20点38分13秒 - 的Andr​​oid测试]成功!
   [2013年4月1日20点38分13秒 - 的Andr​​oid测试]无法对设备安装Android Test.apk模拟器-5554:未找到设备
   [2013年4月1日20点38分13秒 - 的Andr​​oid测试] com.android.ddmlib.InstallException:未找到设备
   [2013年4月1日20点38分13秒 - 的Andr​​oid测试]启动取消!
 

解决方案

我发现,耐心是一种美德,因为仿真器将需要时间来启动,但最终会启动只需要注意的RAM大小是你给它因为它实际上会从你的物理内存。

I just installed the Android plugin in Eclipse. Created a new virtual device running on Android 4.0 API level 14 (Nexus S) but it wont emulate. I read on one post that I could move the android folder to another location so i did so and to no avail,it still wont emulate the android window will start and the 'ANDROID' text will load for days and days but does not go any further. (I usually just read but have never posted so forgive me for my format) Examining the console this was the text available:

   [2013-04-01 20:35:42 - Android Test] ------------------------------
   [2013-04-01 20:35:42 - Android Test] Android Launch!
   [2013-04-01 20:35:42 - Android Test] adb is running normally.
   [2013-04-01 20:35:42 - Android Test] Performing com.theprogrammer.android.test.MainActivityMainActivity activity launch
   [2013-04-01 20:35:43 - Android Test] Automatic Target Mode: launching new emulator with compatible AVD 'Phone_IceCreamSandwich'
   [2013-04-01 20:35:43 - Android Test] Launching a new emulator with Virtual Device 'Phone_IceCreamSandwich'
   [2013-04-01 20:35:55 - Android Test] New emulator found: emulator-5554
   [2013-04-01 20:35:55 - Android Test] Waiting for HOME ('android.process.acore') to be launched...
   [2013-04-01 20:37:12 - Android Test] HOME is up on device 'emulator-5554'
   [2013-04-01 20:37:12 - Android Test] Uploading Android Test.apk onto device 'emulator-5554'
   [2013-04-01 20:37:12 - Android Test] Installing Android Test.apk...
   [2013-04-01 20:38:13 - Android Test] Success!
   [2013-04-01 20:38:13 - Android Test] Failed to install Android Test.apk on device 'emulator-5554': device not found
   [2013-04-01 20:38:13 - Android Test] com.android.ddmlib.InstallException: device not found
   [2013-04-01 20:38:13 - Android Test] Launch canceled!
sdk LOFTER 乐乎 让兴趣,更有趣

解决方案

I found that patience is a virtue because the emulator will take time to boot up but it will eventually boot up just take note of the RAM size that u give it because it will actually take that from your physical memory.