eclipse运行android项目时,出现“launching
2021-04-20 本文已影响0人
shellblock
HelloWorld是一个测试程序,后来删除了重写了其它项目,在eclipse运行android项目出现下面的错误:
launching HelloWorld has encountered a problem
an internal error occurred during:“launching HelloWorld”
解决方法:
- 点击Run旁边的三角按钮,弹出下拉框,选择“Run Configurations...”
- 在弹出窗口的左边展开Android Application,会发现有HelloWorld的身影,右击HelloWorld选择Delete,删除HelloWorld的信息后close这个窗口
- 再重新run这个程序