我正在模擬器4.0.3上工作,每當運行項目新的android模擬器開始時,和以前的模擬器顯示空白屏幕,即成爲空白屏幕閒置不工作任何東西。會有什麼問題?我該如何解決它?Android:4.0.3模擬器在一段時間後自動關閉
而復位ADB
[2012-05-11 16:54:11 - DeviceMonitor] Adb connection Error:An existing connection was forcibly closed by the remote host
[2012-05-11 16:54:11 - Unexpected error while launching logcat. Try reselecting the device.] An existing connection was forcibly closed by the remote host
java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(Unknown Source)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.read(Unknown Source)
at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:395)
at com.android.ddmlib.Device.executeShellCommand(Device.java:397)
at com.android.ddmuilib.logcat.LogCatReceiver$1.run(LogCatReceiver.java:102)
at java.lang.Thread.run(Unknown Source)
[2012-05-11 16:54:12 - DeviceMonitor] Connection attempts: 1
模擬器圖像下面所示..
遇到錯誤。
它是非常慢..當我試圖增加設備RAM的大小從512到1024在模擬器它不適合我。有人可以幫我嗎?
嘗試亞行復位蝕。它應該在DDMS上顯示模擬器。 – SamSPICA
當我不在模擬器上工作10分鐘..它與空白屏幕空閒.. –
嘗試創建另一個模擬器與不同的配置。檢查所有模擬器實例是否發生這種情況。如果是這樣,你可能想更新/重新安裝你的avd管理器。此外,嘗試從SDK文件夾直接運行SDK管理器,而不是從Eclipse,這可能有助於解決問題 – SamSPICA