Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse android project not creating blank activity

Every time I create a new android project, I specify that I want to create blank activity. I get to the page where I name it. But after clicking finish, the blank activity is nowhere to be found. I know that I can create the blank activity file manually. But I want to know why eclipse is not creating the blank activity even though it goes through the creating process when i make a new android project. It is not even showing up on the manifest file.

like image 939
user3213348 Avatar asked Mar 06 '14 18:03

user3213348


People also ask

What is blank activity in Android?

Blank Activity is the same as Empty Activity. 2.) Blank Activity is the simplest activity which you can create. Basic Activity is more advanced than Empty/Blank Activity because have toolbar and one button (FAB).


1 Answers

I had the same problem even though I downloaded the Android SDK and did a clean install, but I just resolved it. I tried to click "Help" -> "Install new software" and install (this will update it) from this url: https://dl-ssl.google.com/android/eclipse/ OR try to create a empty activity, not a blank activity

like image 154
Addon.mahesh Avatar answered Sep 22 '22 20:09

Addon.mahesh