When I start Eclipse I can run the Android application using the Run As > Android Application
but then I make editions to the app and save but in the emulator the app is not updated. I thought there was hot deployment (as mentioned SO question1), but I close the emulator and restart it. But if I try to run the app using Run As
for a second time within Eclipse it gets stuck at 27% (as discussed in this SO question2), and I use the recommended solution of Window>AVD Manager>Start
. The problem I am having with this approach is that modifications to the application made while the AVD is running are not updated to the emulator when the application is later restarted, and even restarting the emulator does not propagate the changes made. The changes are only registered when Eclipse is restarted.
Could this be an error with Eclipse? It is 3.6.2 with Android Development Toolkit 18... I would not mind any solution that allows me to not have to restart Eclipse each time I want to run the new version of the program. I checked for software updates before this post was made.