1

I start my first Eclipse Project but I cannot create any Activity, I already Restart my IDE and Even restarting my Computer does not help.

What I did when creating a Project: File - > New Android Project - > Fill-up Information (min:API-8,Target and Build:Android 4.XL prev) next ---> next ---> Blank Activity ---> Fill-up Again -- > Finish

But no activity is in the SRC folder, I need to know whats wrong with my IDE or related to my problem.

I also done Updating using this CDN http://dl-ssl.google.com/android/eclipse/ but it wont work.

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189

1 Answers1

2

I got the same issue as you do and I have a working solution which is I already posted here

Eclipse doesn't create Main Activity and layout

Using this Eclipse Update http://dl-ssl.google.com/android/eclipse/ did not work for me. I notice this problem when I download the latest updated SDK enter image description here

Luckily the solution to my problem is very easy. enter image description here

By Selecting Empty Project instead of Blank Activity makes it working.

Community
  • 1
  • 1
neferpitou
  • 1,642
  • 2
  • 20
  • 26