码迷,mamicode.com
首页 > 移动开发 > 详细

Android出错问题:AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocatio

时间:2014-10-09 22:13:47      阅读:542      评论:0      收藏:0      [点我收藏+]

标签:android   基础学习   

出错点:

AndroidManifest.xml: error: No resource identifier found for attribute ‘installLocation‘ in package ‘android‘  


解决方法:

这是因为所使用的android中不支持该属性(installLocation),删除      android:installLocation="auto"即可,或者选择别的版本的android。

Android出错问题:AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocatio

标签:android   基础学习   

原文地址:http://blog.csdn.net/u013476464/article/details/39936839

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!