Android出错问题:AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocatio
时间:2014-10-09 20:31:38
收藏:0
阅读:503
出错点:
AndroidManifest.xml: error: No resource identifier found for attribute ‘installLocation‘ in package ‘android‘
解决方法:
这是因为所使用的android中不支持该属性(installLocation),删除 android:installLocation="auto"即可,或者选择别的版本的android。
原文:http://blog.csdn.net/u013476464/article/details/39936839
评论(0)