i just started android development and have the problem that my apps are not deployed to the phone - neither my hello-world nor the examples. after running them i开发者_Go百科 cant find the apps on the emulator and the launch activity is not started either.
i use eclipse with ADT but also tried it via command line. no errors in the console
any hints?
A few things you might want to check are the following: Is your Android SDK attached to your eclipse. Is your Android VD Attached to your PROJECT, not just to eclipse.
You need to go to the project->properties and then theres a place where you can attach the AVD and SDK to your project. I don't have eclipse right now to check for you, but If you dont get how tell me and I'll download it and check it for you.
Hope this helps, kRizD
精彩评论