weixin_39956353的博客导入Android项目出错问题解决:问题描述:导入源代码出现以下问题:1.Project has no project.properties file! Edit the project properties to set one.2.Android requires compiler compliance level 5.0 or 6.0. ...
sjtu_chenchen的博客没有提示出错,运行时出现error提示: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. 解决方法:MainActivity.java中MainActivity extends ...