0

I have the newest version of Eclipse (32 bits) and I can't create any activity. Even if i make New -> Other -> Android activity it also doesn't make it. I have Windows 8.

Jorgesys
  • 124,308
  • 23
  • 334
  • 268
martins
  • 11
  • 1

1 Answers1

0

When you create a new Android project by default the activity "MainActivity" and layout "activity_main" are created. the message activity_main already exists is displayed.

If you want to add another activity with New -> Other -> Android Activity you have to change the name :P.

UPDATE:

https://code.google.com/p/android/issues/detail?id=66647

Jorgesys
  • 124,308
  • 23
  • 334
  • 268