I tested the Android application on a device with API version 15 installed. Now I need to switch to another device (Samsung Galaxy Nexus, if that matters), which has version 14. Despite the fact that I changed the “project creation goal” from Google API 15-15, I still get the following message when I try to run the application on a new device:
ERROR: the application requires API version 15. Version of the API device version 14 (Android 4.0.2).
Cleaning all the projects did not help. Restarting Eclipse did not help. I created a simple new test application with target = 14 and it worked perfectly.
Why are changes to the old project not taking effect?
Thank!
source
share