Question

I have imported a project with these settings :

<uses-sdk
    android:minSdkVersion="11"
    android:targetSdkVersion="15" />

and I had already downloaded the packages 18 , 15 and 8.

There is an error saying : "unable to resolve target 16" , would you know why? Is there somewhere else an option that would say "API 16 needed" ? And isn't it enough to have already the 3 packages ?

Thanks

Was it helpful?

Solution

There is an error saying : "unable to resolve target 16" , would you know why?

The build target of the project (e.g., Project > Properties > Android) was set to API Level 16. Eclipse should have automatically changed it to 18, given your described setup (first available higher SDK).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top