Gradle version 1.6 is required. Current version is 1.8-20130730220035+0000

前端 未结 7 647
轻奢々
轻奢々 2020-12-24 01:23

Just updated Android-Studio to version 0.2.7 an now I get the error message from the title:

\"e

7条回答
  •  囚心锁ツ
    2020-12-24 02:19

    1. Go to Preferences > Project Settings > Gradle and choose "Use gradle wrapper" instead of the bundled option
    2. Open your gradle-wrapper.properties and change the distributionUrl to use 1.7 if it is not already (mine was 1.6), i.e. distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip

提交回复
热议问题