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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!