您的位置:首页 > 产品设计 > UI/UE

Invalid layout of java.lang.String at value

2016-10-02 15:43 519 查看
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.

Hope this helps
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: