Skip to content Skip to sidebar Skip to footer

Stuck In Android Studio After New Project Wizard

After a lot of time with Eclipse + ADT, I decided to try Android Studio. I work on a Windows 7 64bits machine, with JDK 7 64bits installed on it. I've downloaded Android Studio 0.3

Solution 1:

Instead of launching Android Studio with studio64.exe, I used studio.exe (32 bits version) and it works.

I have no idea why...

Solution 2:

  1. Open Android Studio.
  2. Navigate to "Configure-->Settings-->Graddle"
  3. Check "Offline Work" option.
  4. Back to main wizard screen.
  5. Create your project.
  6. Close your project (not the IDE).
  7. Go to menu "File-->Settings...-->Graddle"
  8. Uncheck "Offline Work" option.
  9. Re-open your recent project.

It will try to download again some files... but at least you can test the IDE.

Post a Comment for "Stuck In Android Studio After New Project Wizard"