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?