1,Unable to resolve target 'android-11'
一般是导入其他版本的android工程导致:只需要修改project.properties文件的:target=android-xx为合适的版本就好了。
2,android library projects cannot be launched
工程右键properties 在android选项中将 is library中将前面的勾去了
本文介绍了两种常见的Android工程导入问题及解决方案:一是无法解析目标版本,可通过修改project.properties文件中的目标版本来解决;二是Android库项目无法启动的问题,可以通过取消项目的库属性设置来解决。
1,Unable to resolve target 'android-11'
一般是导入其他版本的android工程导致:只需要修改project.properties文件的:target=android-xx为合适的版本就好了。
2,android library projects cannot be launched
工程右键properties 在android选项中将 is library中将前面的勾去了

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