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

前端 未结 11 599
野性不改
野性不改 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 02:05

    I just had the same problem, that's why I found myself here.

    What I did is to run cmd then adb kill-server, then open task manager in windows and kill the emulator-x86.exe process. Then re-run the project, it should work fine.

    I guess adb kill-server isn't even necessary.

提交回复
热议问题