Using Eclipse for androidSDK, when I go to run, I get WARNING: Data partition already in use. Changes will not persist!

前端 未结 11 613
野性不改
野性不改 2020-12-31 01:07

I am completely new to Java, and Android, and eclipse. When doing the initial Hello, Android tutorial, I go to run and get the following:

WARNING: Data parti         


        
11条回答
  •  没有蜡笔的小新
    2020-12-31 01:58

    If you consider this tutorial about "Read/Write Android Emulator sdcard.img in Windows", check that this virtual disk isn't somehow already mounted:

    mounting image disk

    If ImDisk complains of the file being in use, close the emulator.
    They won’t run together.
    Unmounting the image in Android does not allow the image to be mounted in Windows, the emulator must be shut down in order to free the image from its locked state

    The OP JiminyCricket confirms it was some kind of "resource lock":

    Simple restart of my OS fixed it. Thanks!

提交回复
热议问题