I have a strange problem. I installed Eclipse juno on my system and even installed the SDK manager. But when am trying to run the app no AVD is showing up. When am trying to configure the AVD by going to Windows-> AVD Manager and by clicking on the New button a dailog is opening up AVD name, memory options and internal memory. But for whatever values i give, the ok button is disabled and hence am not able to create a AVD to launch the application.
I tried succeding by modifying this block in androidManifest file.
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="8" />