Stuck in Android Studio after new project wizard

后端 未结 2 521
一向
一向 2021-01-16 00:56

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 An

相关标签:
2条回答
  • 2021-01-16 01:51

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

    I have no idea why...

    0 讨论(0)
  • 2021-01-16 01:56
    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.

    0 讨论(0)
提交回复
热议问题