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

前端 未结 11 565
野性不改
野性不改 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 02:01

    Goto DDMS perspective, click on the down arrow next to the screen capture camera icon and select reset adb from the dropdown menu.

    My apk file was not deploying either, resetting adb sorted it out. :)

提交回复
热议问题