Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What to do when trying to create an Android app, and 'No Target Available'?

I'm trying to create an Android project with Eclipse, but the 'Next' button is greyed out in the New Android Project window.

The Build Target section is presenting the message 'No Target Avaliable'. I have everything else filled in. Is there something else I need to have in place for this to work?

like image 843
DaveDev Avatar asked Feb 17 '11 00:02

DaveDev


1 Answers

Did you make sure to point the SDK Manager of android to the directory where you installed the SDK?

Without this path, then it won't allow you to select any android version you do this by going to:

windows -> preferences -> android

then set the path to your SDK then hit apply. And it should populate with versions available.

Hope this helps.

Update: Also be sure to make an emulator if you plan to use an emulator by going to:

Window -> Android SDK and AVD Manager and make an emulator with like 10 mibs of space and you should be golden.

like image 137
JoxTraex Avatar answered Oct 03 '22 05:10

JoxTraex