Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Android Project no Target available

I just installed the latest version of Eclipse and the Android SDK. In the Android SDK Manager I installed everything, and in Eclipse I installed the ADT Plugin.

If I choose new Android project, I can't choose any Build Target. How can i select different build targets? Thanks for your help!

like image 759
Iosftw Avatar asked Feb 07 '11 13:02

Iosftw


1 Answers

I had the same issue and had to go to Eclipse > Window > Preferences > Android to set the Android SDK location (C:\Program Files\Android\android-sdk in my case).

You can see this post: android can not find a target and http://www.mail-archive.com/[email protected]/msg17763.html

like image 97
Aurelien Avatar answered Nov 04 '22 06:11

Aurelien