打开现有的android studio项目

时间:2015-02-06 08:21:51

标签: android android-studio gradle android-gradle build.gradle

我无法打开现有项目,做过研究但没有结果。 我将(build.gradle)从0.5。+更改为1.0.0

 dependencies {
    classpath 'com.android.tools.build:gradle:1.0.0'
}

也改变了(gradle / wrapper / gradle-wrapper.properties)1-6到2.2.1

distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip

重新调整同样的例外:

The project is using an unsupported version of Gradle.
Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)

Consult IDE log for more details (Help | Show Log)

我使用最新版本的android studio,两天后下载。

1 个答案:

答案 0 :(得分:0)

Android Studio升级到1.0.0 Migrating Gradle Projects to version 1.0.0

基本上你需要改变' runProguard true'成为'minifyEnabled true'在build.gradle文件中