AVD will not stop shutdown

For too long I held the power button in MyAVD, and it started to close, and now it will not stop. I restarted my computer, closed the IDE, restarted my code, and it always displays like this:

Shutting down

In Logcat, it shows:

12-16 20:37:19.402: ERROR/DropBoxManagerService(284): Can't write: system_app_strictmode java.io.FileNotFoundException: /data/system/dropbox/drop171.tmp: open failed: EROFS (Read-only file system) at libcore.io.IoBridge.open(IoBridge.java:416) at java.io.FileOutputStream.<init>(FileOutputStream.java:88) at java.io.FileOutputStream.<init>(FileOutputStream.java:73) at com.android.server.DropBoxManagerService.add(DropBoxManagerService.java:210) at android.os.DropBoxManager.addText(DropBoxManager.java:272) at com.android.server.am.ActivityManagerService$11.run(ActivityManagerService.java:8339) Caused by: libcore.io.ErrnoException: open failed: EROFS (Read-only file system) at libcore.io.Posix.open(Native Method) at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110) at libcore.io.IoBridge.open(IoBridge.java:400) ... 5 more 12-16 20:37:19.441: WARN/Trace(284): Unexpected value from nativeGetEnabledTags: 0 12-16 20:37:19.441: WARN/Trace(284): Unexpected value from nativeGetEnabledTags: 0 12-16 20:37:19.441: INFO/Choreographer(284): Skipped 51 frames! The application may be doing too much work on its main thread. 12-16 20:37:19.441: WARN/Trace(284): Unexpected value from nativeGetEnabledTags: 0 

Does anyone know how to fix this problem?

+4
source share
2 answers

Go to your AVD manager, select your emulator and go to Edit ..., then uncheck the "Snapshot" and try again.

+1
source

Just create a new virtual device, you will save your time and health.

+1
source

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


All Articles