java - Problem with Android project -


when attempt create android project first time, error saying "an sdk target must specified. looked on internet, , couldn't find fix problem. in android sdk manager, have downloaded every available package, , none of htem fixed problem.

at console window @ bottom of eclipse, these errors:

[2011-04-11 20:09:57 - sdk manager] warning: ignoring platform 'android-11': android.jar missing.

[2011-04-11 20:22:22 - com.android.ide.eclipse.adt.internal.project.androidmanifesthelper] unable read c:\program files (x86)\android\android-sdk\androidmanifest.xml: java.io.filenotfoundexception: c:\program files (x86)\android\android-sdk\androidmanifest.xml (the system cannot find file specified)

did not install correctly?

thanks

in preferences window, select android in menu on left. on right side of window, click browse, find location of android sdk on hard drive, , enter in sdk location field. eclipse needs information able access tools supplied android, such emulator.

while starting new project, dont forget select build of android os using. best luck.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -