Activity not started, its current task has been brought to the front

后端 未结 8 1823
余生分开走
余生分开走 2020-11-27 06:18

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

相关标签:
8条回答
  • 2020-11-27 07:05

    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

    0 讨论(0)
  • 2020-11-27 07:08

    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

    0 讨论(0)
提交回复
热议问题