错误:(39,13)无法解决:com.parse.bolts:bolts-android:1。+

时间:2015-10-10 05:54:28

标签: android android-studio parse-platform gradle build.gradle

Error:(39, 13) Failed to resolve: com.parse.bolts:bolts-android:1.+

这是我的build.gradle

 dependencies {
    compile files('libs/aspose-cells-8.3.1.jar')
    compile files('libs/bcprov-jdk15-146.jar')
    compile files('libs/nineoldandroids-library-2.4.0.jar')
    compile files('libs/renderscript-v8.jar')
    compile files('libs/Parse-1.10.0.jar')
    compile 'com.android.support:support-v4:23.0.1'
    compile 'com.android.support:appcompat-v7:23.0.1'
    compile 'com.google.android.gms:play-services:8.1.0'
    compile 'com.android.support:multidex:1.0.0'
    compile 'com.parse.bolts:bolts-android:1.+'
    compile 'com.google.android.gms:play-services-ads:8.1.0'
    compile 'com.google.android.gms:play-services-identity:8.1.0'
    compile 'com.google.android.gms:play-services-gcm:8.1.0'
 }

Gradle Build Error Message

Project Structure - Dependencies

我需要你的帮助

4 个答案:

答案 0 :(得分:0)

go app-> libs然后选择parse.1 + .jar右键单击它然后选择"作为库"

答案 1 :(得分:0)

您只需更新Android Studio即可。 "检查更新......" 已经

答案 2 :(得分:0)

将以下依赖项包含在Gradle中  compile fileTree(include: ['*.jar'], dir: 'libs') 并选择File->使高速缓存无效并重新启动,然后选择无效高速缓存和重新启动。 等待几分钟,Android Studio应该重启,一切都将同步。 无论如何Parse已经过期了!!!

答案 3 :(得分:0)

allprojects {
    repositories {
        jcenter()
    }
}

使用此代码导入螺栓库,将其放在buildscript文件的build.gradle标记中。