Search code examples
javaandroideclipsedebuggingreload

Eclipse-AndroidEmulator doesn't apply changes of the project


I am currently developing an Android app with Eclipse Indigo (including Android plugin). Everything was fine in the beginning. Then I made some changes and saw that the debugging perspective doesn't apply any of the changes. It always loads the same outdated version.

Restarting debug-perspective doesn't help.
Cleaning the project doesn't help.
Relocating the workspace or restarting Eclipse or the computer doesn't work either.

I once could load the whole new project by completly deleting everything (including Eclipse, Android plugin etc.) and reinstalling. But this is not an option for every time I wanna try out a new method.

Funny thing: if I write some text in the EditText-fields the text will still be there when I restart the debugging.

Any ideas how I can fix this problem to get the actual project?


Solution

  • Solution: Create a device with snapshot deactivated. It was on auto-activate in my version of android sdk.