Eclipse fire up new Android instance every time you clicks "Run" -
I have problems with Eclipse and Android SDK in one of my computers.
Every time I "click" or "debug", the eclipse "opened" will open a new Android instance instead of refreshing the app in one.
Meanwhile, the console print
[2011-09-02 16:46:13 - Emulator] Warning: Data split is already in use. Changes will not stay! [2011-09-02 16:46:13 - Emulator] WARNING: There is already a cache partition in use. Changes will not stay! I restarted my computer and the problem is still there.
PS I have never worked Android properly on this computer, but I have set up one and three laptops that work well. They are all windows7 64bit machines.
Thank you.
I hate that you did all of that work, even the OS installed again - The answer is quite simple if it ever happens again (and this, I deal with it often), you have to kill ADB through the command line, close the emulator, take off, resume eclipse, then Run configuration needs to be edited. Select the configuration you use, click the Targets tab, and toggle the "erase user data" checkbox. Then click Apply and Run, then toggle it back and apply it. You are good to go.
Comments
Post a Comment