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

后端 未结 10 2278
野趣味
野趣味 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:33

    I had the same issue all of a sudden. This only happened when I ran in Debug mode, and for me what fixed it was... Run -> Remove All Breakpoints. Then I could add them back, and it ran in debug mode fine.

提交回复
热议问题