Android studio Gradle同步无法解析

Android studio Gradle同步无法解析,android,android-studio,gradle,Android,Android Studio,Gradle,嗨(我是新手,所以你得原谅我) 我正在尝试修复一个成绩同步问题。在我将此行添加到gradle文件之前,我的项目同步良好: compile 'com.takisoft.fix:preference-v7:25.3.0.0' 删除后,我在“年级生成”窗口中出现以下错误: 如果我试图点击“安装repsotory并同步项目”或“打开文件”,什么都不会发生 我搞乱了依赖项的版本号,因为一些研究表明这可能是原因。我也尝试过删除各种依赖项,看看这是否有帮助,只有在我删除所有以“com.android.su

嗨(我是新手,所以你得原谅我)

我正在尝试修复一个成绩同步问题。在我将此行添加到gradle文件之前,我的项目同步良好:

compile 'com.takisoft.fix:preference-v7:25.3.0.0'
删除后,我在“年级生成”窗口中出现以下错误:

如果我试图点击“安装repsotory并同步项目”或“打开文件”,什么都不会发生

我搞乱了依赖项的版本号,因为一些研究表明这可能是原因。我也尝试过删除各种依赖项,看看这是否有帮助,只有在我删除所有以“com.android.support”开头的依赖项时,消息才会消失

很明显,这个应用程序现在无法编译,所以我不知道该怎么办

我已经被困在这个问题上几个小时了,如果有人能帮我指出正确的方向,我也能做到

提前谢谢

build.gradle

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
    compileSdkVersion 25
    buildToolsVersion "24.0.0"

    defaultConfig {
        applicationId "com.alexwoohouse.heartofengland"
        minSdkVersion 17
        targetSdkVersion 25
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

repositories {
    jcenter()
}

dependencies {

    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile('com.microsoft.aad:adal:1.1.3') {
        exclude group: 'com.android.support'
        // exclude group: 'com.google.code.gson'
    }
    compile 'com.android.support:appcompat-v7:25.0.0'
    compile 'com.android.support:design:25.0.0'
    compile 'com.parse:parse-android:1.13.1'
    compile 'com.parse.bolts:bolts-android:1.+'
    compile 'com.google.firebase:firebase-core:10.0.1'
    compile 'com.google.firebase:firebase-messaging:10.0.1'
    compile 'com.android.support:support-v4:25.0.0'
    compile 'de.hdodenhof:circleimageview:2.1.0'
    compile 'com.takisoft.fix:preference-v7:25.3.0.0'


}
执行
/gradlew clean build
命令后出现[更新]错误

    Download https://jcenter.bintray.com/com/android/tools/build/gradle/2.1.2/gradle
Download https://jcenter.bintray.com/com/android/tools/build/gradle-core/2.1.2/g
Download https://jcenter.bintray.com/com/android/tools/build/builder/2.1.2/build
Download https://jcenter.bintray.com/com/android/tools/lint/lint/25.1.2/lint-25.
Download https://jcenter.bintray.com/com/android/tools/build/transform-api/2.0.0
Download https://jcenter.bintray.com/com/android/tools/build/gradle-api/2.1.2/gr
Download https://jcenter.bintray.com/com/android/databinding/compilerCommon/2.1.
Download https://jcenter.bintray.com/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom       
Download https://jcenter.bintray.com/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0
Download https://jcenter.bintray.com/org/ow2/ow2/1.3/ow2-1.3.pom               
Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.0.3/asm-commons-5
Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.2.1/progu
Download https://jcenter.bintray.com/net/sf/proguard/proguard-parent/5.2.1/progu
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.4.2015022621
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.build/0.7.4.201502262
Download https://jcenter.bintray.com/org/antlr/antlr/3.5.2/antlr-3.5.2.pom     
Download https://jcenter.bintray.com/org/antlr/antlr-master/3.5.2/antlr-master-3
Download https://jcenter.bintray.com/org/sonatype/oss/oss-parent/9/oss-parent-9.
Download https://jcenter.bintray.com/com/android/tools/build/builder-model/2.1.2
Download https://jcenter.bintray.com/com/android/tools/build/builder-test-api/2.
Download https://jcenter.bintray.com/com/android/tools/sdklib/25.1.2/sdklib-25.1
Download https://jcenter.bintray.com/com/android/tools/sdk-common/25.1.2/sdk-com
Download https://jcenter.bintray.com/com/android/tools/common/25.1.2/common-25.1
Download https://jcenter.bintray.com/com/android/tools/build/manifest-merger/25.
Download https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/25.1.2/ddmlib
Download https://jcenter.bintray.com/com/android/tools/jack/jack-api/0.10.0/jack
Download https://jcenter.bintray.com/com/android/tools/jill/jill-api/0.10.0/jill
Download https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.
Download https://jcenter.bintray.com/org/sonatype/oss/oss-parent/7/oss-parent-7.
Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix
Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.48/bcprov
Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.p
Download https://jcenter.bintray.com/com/android/tools/lint/lint-checks/25.1.2/l
Download https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj
Download https://jcenter.bintray.com/com/android/tools/annotations/25.1.2/annota
Download https://jcenter.bintray.com/com/google/guava/guava/17.0/guava-17.0.pom
Download https://jcenter.bintray.com/com/google/guava/guava-parent/17.0/guava-pa
Download https://jcenter.bintray.com/com/android/databinding/baseLibrary/2.1.2/b
Download https://jcenter.bintray.com/com/tunnelvisionlabs/antlr4/4.5/antlr4-4.5.
Download https://jcenter.bintray.com/com/tunnelvisionlabs/antlr4-master/4.5/antl
Download https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.po
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/25/common
Download https://jcenter.bintray.com/org/apache/apache/9/apache-9.pom          
Download https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversal
Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.2.1/proguar
Download https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-a
Download https://jcenter.bintray.com/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0
Download https://jcenter.bintray.com/org/antlr/antlr-runtime/3.5.2/antlr-runtime
Download https://jcenter.bintray.com/org/antlr/ST4/4.0.8/ST4-4.0.8.pom         
Download https://jcenter.bintray.com/com/android/tools/layoutlib/layoutlib-api/2
Download https://jcenter.bintray.com/com/android/tools/dvlib/25.1.2/dvlib-25.1.2
Download https://jcenter.bintray.com/com/android/tools/repository/25.1.2/reposit
Download https://jcenter.bintray.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.
Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.8.1/c
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/33/common
Download https://jcenter.bintray.com/org/apache/apache/13/apache-13.pom        
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.1.1/
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-cl
Download https://jcenter.bintray.com/org/apache/httpcomponents/project/4.1.1/pro
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/http
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-cl
Download https://jcenter.bintray.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom   
Download https://jcenter.bintray.com/com/android/tools/lint/lint-api/25.1.2/lint
Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.0.3/asm-analysis
Download https://jcenter.bintray.com/com/tunnelvisionlabs/antlr4-runtime/4.5/ant
Download https://jcenter.bintray.com/com/tunnelvisionlabs/antlr4-annotations/4.5
Download https://jcenter.bintray.com/com/intellij/annotations/12.0/annotations-1
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.1/http
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-co
Download https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commo
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/5/commons
Download https://jcenter.bintray.com/org/apache/apache/4/apache-4.pom          
Download https://jcenter.bintray.com/commons-codec/commons-codec/1.4/commons-cod
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/11/common
Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-as
Download https://jcenter.bintray.com/org/abego/treelayout/org.abego.treelayout.c
Download https://jcenter.bintray.com/com/android/tools/build/gradle/2.1.2/gradle
Download https://jcenter.bintray.com/com/android/tools/build/gradle-core/2.1.2/g
Download https://jcenter.bintray.com/com/android/tools/build/builder/2.1.2/build
Download https://jcenter.bintray.com/com/android/tools/lint/lint/25.1.2/lint-25.
Download https://jcenter.bintray.com/com/android/tools/build/transform-api/2.0.0
Download https://jcenter.bintray.com/com/android/tools/build/gradle-api/2.1.2/gr
Download https://jcenter.bintray.com/com/android/databinding/compilerCommon/2.1.
Download https://jcenter.bintray.com/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.0.3/asm-commons-5
Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.2.1/progu
Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.4.2015022621
Download https://jcenter.bintray.com/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
Download https://jcenter.bintray.com/com/android/tools/build/builder-model/2.1.2
Download https://jcenter.bintray.com/com/android/tools/build/builder-test-api/2.
Download https://jcenter.bintray.com/com/android/tools/sdklib/25.1.2/sdklib-25.1
Download https://jcenter.bintray.com/com/android/tools/sdk-common/25.1.2/sdk-com
Download https://jcenter.bintray.com/com/android/tools/common/25.1.2/common-25.1
Download https://jcenter.bintray.com/com/android/tools/build/manifest-merger/25.
Download https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/25.1.2/ddmlib
Download https://jcenter.bintray.com/com/android/tools/jack/jack-api/0.10.0/jack
Download https://jcenter.bintray.com/com/android/tools/jill/jill-api/0.10.0/jill
Download https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.
Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix
Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.48/bcprov
Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.j
Download https://jcenter.bintray.com/com/android/tools/lint/lint-checks/25.1.2/l
Download https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj
Download https://jcenter.bintray.com/com/android/tools/annotations/25.1.2/annota
Download https://jcenter.bintray.com/com/google/guava/guava/17.0/guava-17.0.jar
Download https://jcenter.bintray.com/com/android/databinding/baseLibrary/2.1.2/b
Download https://jcenter.bintray.com/com/tunnelvisionlabs/antlr4/4.5/antlr4-4.5.
Download https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.ja
Download https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversal
Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.2.1/proguar
Download https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-a
Download https://jcenter.bintray.com/org/antlr/antlr-runtime/3.5.2/antlr-runtime
Download https://jcenter.bintray.com/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
Download https://jcenter.bintray.com/com/android/tools/layoutlib/layoutlib-api/2
Download https://jcenter.bintray.com/com/android/tools/dvlib/25.1.2/dvlib-25.1.2
Download https://jcenter.bintray.com/com/android/tools/repository/25.1.2/reposit
Download https://jcenter.bintray.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.
Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.8.1/c
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.1.1/
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/http
Download https://jcenter.bintray.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar
Download https://jcenter.bintray.com/com/android/tools/lint/lint-api/25.1.2/lint
Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.0.3/asm-analysis
Download https://jcenter.bintray.com/com/tunnelvisionlabs/antlr4-runtime/4.5/ant
Download https://jcenter.bintray.com/com/tunnelvisionlabs/antlr4-annotations/4.5
Download https://jcenter.bintray.com/com/intellij/annotations/12.0/annotations-1
Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.1/http
Download https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commo
Download https://jcenter.bintray.com/commons-codec/commons-codec/1.4/commons-cod
Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-as
Download https://jcenter.bintray.com/org/abego/treelayout/org.abego.treelayout.c
google-services plugin could not detect any version for com.google.android.gms o
please apply google-services plugin at the bottom of the build file.

FAILURE: Build failed with an exception.

* What went wrong:          
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
   > Could not find com.android.support:transition:25.0.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/transition/25.0.0/trans
         https://jcenter.bintray.com/com/android/support/transition/25.0.0/trans
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
     Required by:           
         HeartOfEngland:app:unspecified > com.android.support:design:25.0.0
   > Could not find com.android.support:preference-v14:25.3.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/preference-v14/25.3.0/p
         https://jcenter.bintray.com/com/android/support/preference-v14/25.3.0/p
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
     Required by:           
         HeartOfEngland:app:unspecified > com.takisoft.fix:preference-v7:25.3.0.
   > Could not find com.android.support:support-media-compat:25.3.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-media-compat/25
         https://jcenter.bintray.com/com/android/support/support-media-compat/25
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
     Required by:           
         HeartOfEngland:app:unspecified > com.android.support:support-v4:25.3.0
         HeartOfEngland:app:unspecified > com.android.support:support-v4:25.3.0
   > Could not find com.android.support:support-core-utils:25.3.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-core-utils/25.3
         https://jcenter.bintray.com/com/android/support/support-core-utils/25.3
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
     Required by:           
         HeartOfEngland:app:unspecified > com.android.support:support-v4:25.3.0
         HeartOfEngland:app:unspecified > com.android.support:support-v4:25.3.0
   > Could not find com.android.support:support-core-ui:25.3.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-core-ui/25.3.0/
         https://jcenter.bintray.com/com/android/support/support-core-ui/25.3.0/
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
     Required by:           
         HeartOfEngland:app:unspecified > com.android.support:support-v4:25.3.0
         HeartOfEngland:app:unspecified > com.android.support:design:25.0.0 > co
         HeartOfEngland:app:unspecified > com.android.support:support-v4:25.3.0
   > Could not find com.android.support:support-vector-drawable:25.3.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-vector-drawable
         https://jcenter.bintray.com/com/android/support/support-vector-drawable
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/android/m2reposit
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
         file:/C:/Users/delta/AppData/Local/Android/sdk/extras/google/m2reposito
     Required by:           
         HeartOfEngland:app:unspecified > com.android.support:appcompat-v7:25.3.
         HeartOfEngland:app:unspecified > com.android.support:appcompat-v7:25.3.

* Try:                      
Run with --stacktrace option to get the stack trace. Run with --info or --debug

BUILD FAILED                

Total time: 46.802 secs

事实证明,我安装的安卓支持系统的某些部分似乎已经损坏/删除

我设法通过进入独立的android SDK管理器解决了这个问题,删除了“附加”部分下的android支持,然后重新安装

一旦我完成了这项工作,等级构建似乎就可以编译了