Android application in eclipse -


i have got problem in andriodmenifest.xml in eclipse. error in

<uses-sdk android:minsdkversion="8" /> 

it says <uses-sdk> tag should specify target api level (the highest verified version; when running on later versions,compatibility behaviors may enabled) android:targetsdkversion="?"

though api level of android 8,i getting error.how solve it?

edit androidmanifest.xml (use source view) , set targetsdkversion 8

(technically, should set highest version of android have verified application works on, used determine backward compatibility features should used)


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -