Reputation: 61
I'm getting the old "View requires API level 14 (current min is 8): " error. So I've read other similar questions and the most common answer for this error is to go into the manifest file and do this "uses-sdk android:minSdkVersion="14" />" which I did.
I downloaded the eclipse android plugin a couple days ago, and I'm quite certain I have ice cream sandwich so it should be able to to do a minSdk=14. Anything else I can try?
Upvotes: 1
Views: 1630
Reputation: 61
Interestingly, the error went away after I restarted eclipse and had the suggested target sdk version + minSdkVersion. Not sure why the error didn't go away before I restarted eclipse, and not too happy with Eclipse at the moment....
Upvotes: 1