I recently started learning how to develop android apps. One annoyance I'm facing is that after a successful build of my code, after I modify it and make some changes and save it, the emulator won't load the new code until I close and open the emulator like 2 or 3 times. It says something along the lines of installing blahblahblah.apk
in the console, and then after that the new code finally runs on the emulator. Until then, it keeps running the last successful build.
Does anyone know how to either:
- Make the emulator install the new apk without requiring that I restart it several times
- Make the emulator load faster (I already tried increasing the RAM)
I'm using the version of eclipse that came with the ADT bundle provided by Android.