Stuck in Android Studio after new project wizard

后端 未结 2 523
一向
一向 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: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.

提交回复
热议问题