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

后端 未结 8 1892
余生分开走
余生分开走 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:02

    I found eclipse somehow got into a state where it was not building a new apk, even with code changes. Deleting the apk:

    rm ./bin/"YOUR APP NAME".apk

    and re-running your app from eclipse fixes the problem.

提交回复
热议问题