私はエミュレーター4.0.3に取り組んでいますが、プロジェクトを実行するたびに新しいandroidエミュレーターが開始され、以前のエミュレーターは空白の画面を表示します。つまり、空白の画面でアイドル状態になると何も機能しません。何が問題になりますか?どうすれば解決できますか?
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に増やしようとすると、うまくいきませんでした。誰かが私を助けることができますか?