eclipse - android target 16 needed when 18, 15, and 8 already downloaded? -


i have imported project these settings :

<uses-sdk     android:minsdkversion="11"     android:targetsdkversion="15" /> 

and had downloaded packages 18 , 15 , 8.

there error saying : "unable resolve target 16" , know why? there somewhere else option "api 16 needed" ? , isn't enough have 3 packages ?

thanks

there error saying : "unable resolve target 16" , know why?

the build target of project (e.g., project > properties > android) set api level 16. eclipse should have automatically changed 18, given described setup (first available higher sdk).


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -