I am trying to launch my hello world application in emulator of android. But in Console I am getting the following error:
[2012-06-18 16:55:50 - hello] Failed to find an AVD compatible with target 'Android 4.0.3'.
My project name is hello and package name is com.hello .
Please tell how to solve the issue and get inspire to to enter the world of Android.
Thanks in advance
You need an emulator that is the same target API as your application.
Now make a new AVD by going to Window > AVD Manager and then New. Make a new AVD who’s target is the same as your applications “4.0.3” or API level 15.