0

I'm trying to test my app in the 1.6 platform, but I can't even choose an emulator from the devices list in Run Configurations. Here's my Manifest:

<uses-sdk android:targetSdkVersion="8"
android:minSdkVersion="4"/>

I don't see why I'm unable to choose an emulator which is set up for 1.6. What am I missing here?

WarrenFaith
  • 57,492
  • 25
  • 134
  • 150
madcoderz
  • 4,423
  • 10
  • 47
  • 74

1 Answers1

0

It seems like you haven't posted the manifest.
In order to run emulator 1.6, go to Run->Run Configurations->Target and select "Manual" instead of "Automatic".
That way Eclipse will prompt you which emulator you want.

pandre
  • 6,685
  • 7
  • 42
  • 50
  • sorry, but no it is not, how did i forget to say that :D – madcoderz May 17 '11 at 12:03
  • Ok, but what happens exactly when you try to run your project? Do you get any error? – pandre May 17 '11 at 14:05
  • I got it fixed. But i had to start the 1.6 emulator and then choose that emulator when running the app manually. If i went to Run Configurations to choose the 1.6 emulator, these wouldn't show in the list. So i hope my app is visible for 1.6 users on the Market. – madcoderz May 26 '11 at 13:00