I am struggling to get my first Android application to run. I create a new Android Application Project and ask for a "Blank Activity" on the Create Activity dialog box.
When I run the Dave application as an Android project, I get the following console messages in red:
[2014-07-04 22:14:40 - MyFirstProject] No Launcher activity found!
[2014-07-04 22:14:40 - MyFirstProject] The launch will only sync the application package on the device!
The Virtual Device shows up, and when I unlock it there is no Dave application.
Where am I going wrong?