我在我的android工作室得到这个错误请提供一些解决方案来解决这个问题我也尝试过来自互联网的各种来源但问题仍然相同实际上我使用的代理下面是我的所有截图
build.gradle Code
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.programmingwithbasics.myfirstapp"
minSdkVersion 17
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:24.2.0'
androidTestCompile files('libs/junit-4.12.jar')
}
答案 0 :(得分:0)
请检查是否安装了gradle。 它会自动从互联网上下载。 APX。 66MB
C:\Users\UserName\.gradle\wrapper\dists\gradle-2.14.1-all
如果不能正常工作,请重新启动Android工作室并检查互联网连接。
一些时间gradle错误来自新安装的android studio。 bcoz gradle是必需的,而其他人则缓存存储在此文件夹中的文件.AndroidStudio2.2
。