I'm trying to create a new android project with Eclipse, but it gives me no activites .. I have googled it and found that solution but even though I tried it many times the problem exists it says that the packages are already installed, and it doesn't re-install them and the problem is still there
Asked
Active
Viewed 36 times
0
-
why don't you start with android studio and create android project from there ? that would be easy than to download eclipse and all the plugins. – Jimmy Feb 12 '15 at 22:53
-
i already have Eclipse installed and works fine with my previous projects, this error came out of the blue ! – ahmed adel Feb 12 '15 at 22:56
-
got ADT-plugin? standard-eclipse shouldnt have pre-build activities – bofredo Feb 12 '15 at 23:00
-
yes it's already installed and i've done some projects with it, this error came out of the bkue – ahmed adel Feb 12 '15 at 23:05
-
After you upgrade the SDK, do you also make a Help/Check for Updates? – Phantômaxx Feb 13 '15 at 08:32
-
@DerGolem it's up-to-date – ahmed adel Feb 13 '15 at 18:37
-
Then, I guess you have to manually add it to the src folder: right click, New/Class ... – Phantômaxx Feb 13 '15 at 18:39