With Snapshot Android Emulator On

Two days ago, I installed all the Android SDK updates. I used to have 2.2 API 8, version 2. After the update, I turned on the snapshot - I can not start the emulator with the snapshot turned on. I get this message (in red) in the Console
NAND: nand_dev_load_disk_state ftruncate failed: Invalid argument

I get this message in logcat almost every 5 seconds
03-03 19: 45: 38.008: WARN / MountService (59): wait too long for mReady!

trace before this message is shown below

03-03 19:39:56.633: INFO/SystemServer(59): Mount Service 03-03 19:39:56.672: INFO/SystemServer(59): Notification Manager 03-03 19:39:56.722: INFO/SystemServer(59): Device Storage Monitor 03-03 19:39:56.752: ERROR/VoldConnector(59): No connection to daemon 03-03 19:39:56.752: ERROR/VoldConnector(59): java.lang.IllegalStateException 03-03 19:39:56.752: ERROR/VoldConnector(59): at com.android.server.NativeDaemonConnector.sendCommand(NativeDaemonConnector.java:191) 03-03 19:39:56.752: ERROR/VoldConnector(59): at com.android.server.NativeDaemonConnector.sendCommand(NativeDaemonConnector.java:178) 03-03 19:39:56.752: ERROR/VoldConnector(59): at com.android.server.NativeDaemonConnector.doCommand(NativeDaemonConnector.java:213) 03-03 19:39:56.752: ERROR/VoldConnector(59): at com.android.server.NativeDaemonConnector.doListCommand(NativeDaemonConnector.java:258) 03-03 19:39:56.752: ERROR/VoldConnector(59): at com.android.server.MountService$2.run(MountService.java:425) 03-03 19:39:56.783: INFO/SystemServer(59): Location Manager 03-03 19:39:56.793: INFO/SystemServer(59): Search Service 03-03 19:39:56.802: INFO/SystemServer(59): DropBox Service 

Can someone tell me what could be wrong in my setup? I am attaching a screenshot of the installed packages.

enter image description here

The emulator does not start, I have to kill it and restart eclipse with the snapshot disabled. http://tools.android.com/recent/emulatorsnapshots

With a snapshot disabled, this is what logcat looks like.

 03-04 04:17:41.387: INFO/SystemServer(73): Device Storage Monitor 03-04 04:17:41.398: INFO/PackageManager(73): Updating external media status from unmounted to unmounted 03-04 04:17:41.407: DEBUG/VoldCmdListener(29): share status ums 03-04 04:17:41.457: INFO/SystemServer(73): Location Manager 

AVD Platform - 2.2 / API 8
thank you

@Greg
Here are the details for AVD
enter image description here

+4
source share
2 answers

Try removing the SD card and see if it works.

+1
source

Here's what I did and it turned out: in the AVD manager, edit avd, there are emulation options, uncheck the "Snapshot" box (I forgot why I selected it, but I think the snapshot is missing and causes an error.) and it works. hope this helps.

0
source

Source: https://habr.com/ru/post/1342229/


All Articles