Android模拟器不再起作用了

时间:2011-05-29 08:20:56

标签: java android sdk emulation

我已经24小时不间断地试图解决这个问题而没有运气。起初它工作缓慢,但工作。然后Eclipse开始出错连接模拟器,然后模拟器本身只显示ANDROID_。 (永远在两个小时内) 我在这24小时内尝试过的事情:

- 重新安装eclipse,sdk,jdk。

- 在文档和设置中删除.android文件夹。

- 等待2小时让模拟器独立工作。

- 下载2.2图像和2.2.3图像,也是1.6,无效。

你能告诉我我错过了什么吗?

模拟器永远位于动画ANDROID屏幕上的ANDROID_和occassionaly中。

我的操作系统是Windows XP SP3。 CPU:AMD64 3600 + x2,RAM 1.5 GB

提前致谢。

编辑:我从DDM获得了这个

05-29 08:06:25.824: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test' (No such file or directory)
05-29 08:06:25.824: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test' (No such file or directory)
05-29 08:06:25.824: ERROR/vold(26): Error opening switch name path '/sys/class/switch/test2' (No such file or directory)
05-29 08:06:25.883: ERROR/vold(26): Error bootstrapping switch '/sys/class/switch/test2' (No such file or directory)
05-29 08:10:18.927: ERROR/BatteryService(65): usbOnlinePath not found
05-29 08:10:18.927: ERROR/BatteryService(65): batteryVoltagePath not found
05-29 08:10:18.927: ERROR/BatteryService(65): batteryTemperaturePath not found
05-29 08:10:18.927: ERROR/SurfaceFlinger(65): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
05-29 08:28:01.794: ERROR/dalvikvm(65): Unable to open trace file '/sdcard/system_process.trace': Permission denied
05-29 08:28:43.294: ERROR/EventHub(65): could not get driver version for /dev/input/mouse0, Not a typewriter
05-29 08:28:43.294: ERROR/EventHub(65): could not get driver version for /dev/input/mice, Not a typewriter
05-29 08:28:50.783: ERROR/System(65): Failure starting core service
05-29 08:28:50.783: ERROR/System(65): java.lang.SecurityException
05-29 08:28:50.783: ERROR/System(65):     at android.os.BinderProxy.transact(Native Method)
05-29 08:28:50.783: ERROR/System(65):     at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
05-29 08:28:50.783: ERROR/System(65):     at android.os.ServiceManager.addService(ServiceManager.java:72)
05-29 08:28:50.783: ERROR/System(65):     at com.android.server.ServerThread.run(SystemServer.java:176)
05-29 08:28:51.876: ERROR/AndroidRuntime(65): Crash logging skipped, no checkin service
05-29 08:31:41.155: ERROR/vold(26): Cannot start volume '/sdcard' (volume is not bound)
05-29 08:33:44.844: ERROR/vold(26): Framework disconnected
05-29 08:33:45.354: ERROR/installd(31): eof
05-29 08:33:45.354: ERROR/installd(31): failed to read size
05-29 08:33:45.414: ERROR/ActivityThread(119): Failed to find provider info for call_log

这个模拟器有替代品吗?我没有Android设备。 我记得测试过sdk 1.0并且它附带了一个非常快速和简单的解释器/模拟器,它消失了吗?

0 个答案:

没有答案