首页 > 代码库 > Android出错问题:AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocatio

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

出错点:

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