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
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.
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..
Bookmarks