6

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

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
nikioftime
  • 61
  • 1
  • 4

1 Answers1

3

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;
Andrei Bârsan
  • 3,473
  • 2
  • 22
  • 46
  • Ha, just my luck to start learning Android development right as a bug that messes up the tutorial is introduced. Thanks for the solution. – Peter Cassetta Mar 15 '14 at 18:19
  • What to do if already installed ? How can I uninstall this... It crashed when I try to uninstall.... argh Android is such a pain. – nVentimiglia Jun 30 '14 at 20:35
  • You should try updating the tools you already have. Alternatively, try re-downloading the bundle. – Andrei Bârsan Jul 01 '14 at 11:30