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

后端 未结 8 1857
余生分开走
余生分开走 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条回答
  •  -上瘾入骨i
    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

提交回复
热议问题