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 i
I have faced the same problem. After a while i understand that i installed Android APIs in wrong place. Try to rerun installer_r22.6.2-windows.exe which you download in order to work with Android.
Then Android SDK Manager appears in the screen. Check the APIs which you installed before. What does appear in the status field of APIs??? If it appears
Not installed
Then as i said earlier , you should reinstall these APIs. Keep in mind that SDK Path appears above in Android SDK Manager. It may be necessary for you later.
Then there must be something wrong with the installation of the eclipse or android SDK. I am using eclipse indigo for developing android apps since 2.5 years I haven't face any thing like this. But when I tried eclipse juno I find few issues. First of all make sure that you have installed every thing correctly and you are using updated version of eclipse.
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
Try this...
Go to Help > Install New Software,
Click Available Software Sites,
Remove the installed Repository,
Click Add ,
Type name : Android Developer Tools Update Site ; location : http://dl-ssl.google.com/android/eclipse/.
Press Ok,
Select all press Next,
Press Next,
Accept and Install repository,
Eclipse restart automatically when the repository update is complete,
I hope, the issue had solved now.
Happy coding.....