I have a very simple android project. I got the following error message when I try to run it. The emulator is running but the application doesn\'t come up. I couldn\'t find
This is warning It says app is already running.. I have solved it by recompiling my code and you can close your emulator and re run your app.. GoodLuck Happy coding
This happens if you run an app from eclipse without recompiling (recompilation will not be done if you have not changed the code) it doesn't go through the uninstall-install process, instead it pushes the application to the front just like you start application from Home Launcher. It's not an error but a 'working as intended'.
Regards