Android Studio 2.2:Gradle 'MyApplication4' 项目刷新失败
Android Studio 2.2: Gradle 'MyApplication4' project refresh failed
我在 Windows 8(32 位)上使用 Android Studio 2.2。我已经尝试了通过 Stack Over Flow 或互联网上其他论坛提供的所有解决方案,但都是静脉内的。错误详情如下:
Gradle 'MyApplication4' project refresh failed
Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows that you're running. Check your computer's system information and then contact the software publisher
我再次提到我已经尝试了所有解决方案,即 jdk 位置、gradle 插件刷新、卸载并重新安装 Android Studio 等。所以,请帮忙我用任何其他解决方案。
请检查您的 gradle 版本。
尝试添加以下依赖项:
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
}
我在 Windows 8(32 位)上使用 Android Studio 2.2。我已经尝试了通过 Stack Over Flow 或互联网上其他论坛提供的所有解决方案,但都是静脉内的。错误详情如下:
Gradle 'MyApplication4' project refresh failed Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows that you're running. Check your computer's system information and then contact the software publisher
我再次提到我已经尝试了所有解决方案,即 jdk 位置、gradle 插件刷新、卸载并重新安装 Android Studio 等。所以,请帮忙我用任何其他解决方案。
请检查您的 gradle 版本。 尝试添加以下依赖项:
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
}