简体   繁体   中英

Import Android project in Eclipse

I have imported a project in my Eclipse. I have imported other android projects in same way. And they are working fine. But in this case it is giving the following error message and R.java file is not creating.

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

What is the solution of this problem?

清单文件中的目标sdk版本至少应为2.2(Froyo)

<uses-sdk android:targetSdkVersion="8"/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM