Gradle-Synchronisierung fehlgeschlagen: CreateProcess-Fehler=216, Diese Version von %1 ist nicht mit der von Ihnen ausgeführten Windows-Version kompatibel. Überprüfen Sie die Systeminformationen Ihres Computers, um festzustellen, ob Sie eine x86- (32-Bit) oder x64-Version (64-Bit) des Programms benötigen, und wenden Sie sich dann an den Softwarehersteller.
Weitere Informationen finden Sie im IDE-Protokoll (Hilfe | Protokoll anzeigen)
build.gradle
Code: Select all
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Code: Select all
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
Mobile version