I am new to Android development and having very hard time running my first "Hello World" application. I downloaded ADT Bundle from http://developer.android.com/sdk/index.html. Created a project, but not able to run it at all. There are 2 issues,
1) In Eclipse, when I click "Run -> Run", nothing happens. Nothing runs
2) Looking around on internet, few times, I managed to "Run". But then the imulator opens, I can see shiny "Android" word appearing, but nothing happens after that. Tried to fix that from some internet tips and back to Issue 1 (nothing runs)
The Bundle I downloaded is for Android 4.2.2, API Level 17. Tried various settings for RAM (512MB, 256 MB), Internal storage (100MB, 200MB, 512MB), SD Card size (512MB, 2GB), Device (e.g. 3.7" FWVGA slider etc). Felt like I am hitting in dark. Few times killed adb.exe from task manager, few times deleted "avd" folder from "c:\Users\.android" to address either of the above 2 issues, but no luck.
Please help.