简体   繁体   中英

Eclipse: keep getting "ERROR: Application requires API version 15. Device API version is 14 (Android 4.0.2)."

I've been testing an Android app on a device that had API version 15 installed. I now have to switch to a different device (a Samsung Galaxy Nexus, if it matters) that has version 14. Even though I changed "project build target" from Google APIs 15 to 14, I still get the following message when I try to execute the app on the new device:

ERROR: Application requires API version 15. Device API version is 14 (Android 4.0.2).

Cleaning all projects did not help. Restarting Eclipse did not help. I created a simple new test app with target=14 and it worked fine.

Why changes to the old project are not taking effect?

Thanks!

You have to change the minSdkVersion in your AndrodManifest.xml . Seethis post and the blog entry it is based on for details.

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