An internal error occurred during: “Launching Project”. java.lang.NullPointerException

后端 未结 10 2191
野趣味
野趣味 2021-01-18 04:38

My android project was compiling well but suddenly it stopped launching. Then I tried to launch other projects from Project Explorer and all project threw same exception:

10条回答
  •  余生分开走
    2021-01-18 05:17

    One cause of this issue for me was that I had been updating my Android Tools with the installer. It was running in the background doing all its updates. I had forgotten about it since I had told it to do the work in the background. Then realized it had finished its work and needed a restart after the installation.

    Once the upgrade / installation was done and the IDE was restarted, the Eclipse environment went back to behaving as normal.

提交回复
热议问题