running hello world program from developer.android.com
I 开发者_StackOverflow社区am trying to run the hello world program which is present on developer.android.com.I am using eclipse 3.4.1 version.
But when i run the program it doesn't give me any errors, but it doesnt display hello world either. All it displays is the emulated device which i can get by running the android sdk also.
Check your run configurations. Your Hello World application should at least appear in the emulated devices menu.
You dont need to close the dalvik every time you've run your application by the way. It takes a long time to load so just open it once then leave it open and run your application from eclipse.
I dont know still what was wrong. But now it is working fine. Was a problem with the android sdk.
精彩评论