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
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.