0

I have had to install a new Eclipse and SDK on a new computer however I have come into trouble when creating a project.

When I try to create a project i.e. Tabbed Activity - NO src and layout files (i.e. MainActivity) are being auto generated.

I have tried the following steps to try and resolve this issue

  1. Reinstalled Eclipse several times
  2. Installed the new software - https://dl-ssl.google.com/android/eclipse/

I believe this is meant to be a bug with the new update but are there any ways around this?

Thanks in advance,

Dan

Frog82
  • 464
  • 1
  • 8
  • 25

2 Answers2

0

Yesterday, someone else asked the same question here : Eclipse create android application and the right click in SRC folder -> new -> other -> Android Activity method seems working for him.

Another way would be manually creating the classes and layout files and registering them in manifest, which you claim isn't working.

Creating Activity through manifest is working for some people as well.

Another obvious solution, create the classes and layout files using a file explorer and a text editor outside eclipse, of course in your project folder, and refresh the folder inside eclipse.

These are some workarounds you may try out until they release a fixed version.

Community
  • 1
  • 1
Abhishek Verma
  • 366
  • 2
  • 13
0

Choose Empty Activity rather than Blank activity

MysticalSam
  • 51
  • 1
  • 10