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.
Asked
Active
Viewed 102 times
0
-
Uninstall and reinstall. Make sure you install ADT plugin. – 323go Mar 05 '14 at 15:38
-
What name of activity are you tryin? – Jorgesys Mar 05 '14 at 15:56
-
duplicate: http://stackoverflow.com/questions/22190578/adt-will-not-allow-creation-of-android-activity - cannot flag as such as there's no upvoted/accepted answers – laalto Mar 05 '14 at 16:06
1 Answers
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:

Jorgesys
- 124,308
- 23
- 334
- 268