Gradle is failing on syncing my project in the new Android Studio 2.0

前端 未结 12 1594
春和景丽
春和景丽 2020-11-30 12:49

I have just upgraded (i.e., installed a full new version) my Android Studio from 1.5 to 2.0. The upgrade seemed to go smoothly, but I am having trouble with my project when

12条回答
  •  死守一世寂寞
    2020-11-30 13:29

    I faced the same issue. Make sure that you have made an entry in path in environment variable for gradle

    C:\Program Files\Android\Android Studio\gradle\gradle-3.2\bin
    

    After disable offline mode and setting the path in environment variables, the issue was fixed and Gradle was build cleanly.

提交回复
热议问题