The problem is, in Eclipse, the new >> Project >> Android >> Android Application Project >> BlankActivity
does not create any Activities in
I had the same problem. I tried installing the ADT plugin + Eclipse bundle and when I tried their "My First App" example Eclipse would not create an activity.
Manually installing Eclipse first and then adding the latest ADT plugin worked for me.
Eclipse does automatically create new activities and I can run the application on an actual device.
Hope that helps.
Just wanted to add, I switched from Eclipse ADT to the Android Studio and all of the Activity creations work perfectly (i.e. BlankActivity
, as well as all of the others). It also fixed another bug I was experiencing with the GUI preview in Eclipse.
its currently bugged if you updated to 23.0. see https://code.google.com/p/android/issues/detail?id=72419
I bypassed this issue by creating Empty Activity instead of Blank Activity while creating new android project. Empty Activity provided same code as that of Blank Activity