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:
- Open Android Studio.
- Navigate to "Configure-->Settings-->Graddle"
- Check "Offline Work" option.
- Back to main wizard screen.
- Create your project.
- Close your project (not the IDE).
- Go to menu "File-->Settings...-->Graddle"
- Uncheck "Offline Work" option.
- 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"