i install all the programs that need for develop on android
i start project like this:
File – new – project – android – android project > next
but in build target i see: no target available
what can be the problem ?
thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You probably didn’t set the path to the Android SDK in eclipse yet.
Go to
Window -> Preferences -> Androidand enter the path to your SDK into the SDK Location textfield at the top.You have no Android platforms installed
In this case go to
Window -> SDK and AVD Manager -> Available Packages -> Android Repositoryand select a few targets¹, then click install. You can check for already installed platforms on the left underInstalled packagesif you are not sure.The targets you are looking for are the
SDK Platform Android X.X , API Y, rev Zones.If you don’t want to download much, I’d say get
Android 2.3.3., API 10andAndroid 3.2, API 13. 2.3.3. is the most recent phone version of Android, and 3.2 is the newest tablet version.¹ If you got a decent internet connection I’d recommend to get everything, you will need a few target platforms sooner or later anyway.