Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Android Activity Wizard Not Creating New Activities

I'm trying to follow the Build Your First App tutorial from the official Android site but I ran into some problem I honestly cannot find solutions to. I can access the Activity Wizard easy enough and I can get as far as here with no trouble:

enter image description here

But when I press Finish, no Activity is created in my project's folders. Anyone know what's going on?

Thanks :)

EDIT: Screenshot of src folder and the rest of my project I don't have 10 reputation so we're gonna see if this works

like image 577
nikioftime Avatar asked Mar 05 '14 23:03

nikioftime


1 Answers

This seems to be a bug in the latest (as of Mar 13, 2014) ADT bundle release. An update through Eclipse's Install New Software window should fix it. To do this, you can try the following:

  1. In Eclipse, go to Help -> Install new software;
  2. Pick main update site having the URL http://dl-ssl.google.com/android/eclipse;
  3. In the bottom section disable "Contact all update sites during install to find required software"; this causes issues when updating;
  4. Check Developer Tools;
  5. Perform the rest of the update;
like image 130
Andrei Bârsan Avatar answered Oct 27 '22 10:10

Andrei Bârsan