PDA

View Full Version : No targets to build using Android 1.5 SDK...



kutch
04-14-2009, 12:04 PM
I had 1.1 working with Eclipse on Windows. I followed all the steps to upgrade to 1.5 except now it can't build. I have Eclipse pointing to the 1.5 SDK and I'm using the 0.9 ADT Eclipse plugin. What I haven't done is create a new AVD as outlined here: http://developer.android.com/sdk/preview/#avd (http://developer.android.com/sdk/preview/#avd)

This means, when I go to Run->Run Configurations in Eclipse, under the target tab there are no targets.

I don't know where to enter these command lines from the guide to create my 1.5 targets. I am running windows and I'm also not too familiar with Eclipse. How can I create these targets to build? Thanks.

Rozza C
04-16-2009, 07:03 PM
You create the AVD's through Command Prompt.

Use command prompt to navigate to the android 1.5 SDK (use cd "<path/to/android/sdk/>tools")

Unless you set it in the Environment Variables...

Then just type in those commands..