android gradle错误,android – Gradle构建错误:无法解决:

编程入门 行业动态 更新时间:2024-10-14 04:30:36

android gradle<a href=https://www.elefans.com/category/jswz/34/1771449.html style=错误,android – Gradle构建错误:无法解决:"/>

android gradle错误,android – Gradle构建错误:无法解决:

我刚刚下载了

Android Studio并创建了一个新项目,我得到了gradle构建错误:

Failed to resolve: com.android.support.test.espresso-core:2.2.2

Failed to resolve: com.android.support.appcompat-v7:25.3.1

在启动android studio作为管理员时重新安装SDK Tools Repository API解决了此错误.

我已经安装了API Level 25,这是我想要构建的并且已经下载了SDK Build-Tools.我也已经下载了支持库

这是我的app文件:

apply plugin: 'com.android.application'

android {

compileSdkVersion 25

buildToolsVersion '25.0.3'

defaultConfig {

applicationId "com.jtsalas.mirrorcontrol"

minSdkVersion 25

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'

}

}

compileOptions {

sourceCompatibility JavaVersion.VERSION_1_6

targetCompatibility JavaVersion.VERSION_1_7

}

productFlavors {

}

}

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:25.3.1'

testCompile 'junit:junit:4.12'

}

的build.gradle:

// 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.3.2'

// 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

}

更多推荐

android gradle错误,android – Gradle构建错误:无法解决:

本文发布于:2024-02-12 16:24:03,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1688542.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:错误   android   gradle   Gradle

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!