In case of an Android project, you have to remove Android Lib from the launch configuration for that specific class. Use the "walkthrough" below as a guide.
- Project->Properties->Run/Debug Settings;
- Select your Class and click "Edit";
- Open the tab "Classpath" and remove Android Lib from "Bootstrap Entries";
- Apply everything and Run the class again.
OR
You can get past this by using the Run As -> Android Application. Possibly check the Run configuration for other issues.
本文介绍了如何在Android项目中解决启动配置问题,通过移除AndroidLib从特定类的启动配置来解决。提供了两种方法:一是编辑启动配置,移除问题条目;二是使用RunAs -> Android Application方式运行。
1585

被折叠的 条评论
为什么被折叠?



