我有同样的错误。但是我通过在依赖项中的build.gradle中添加以下缺少的行来解决了该问题。编译’com.parse.bolts:bolts-
android:1. +’
After adding this line, my dependencies body was like this:dependencies {compile fileTree(dir: 'libs', include: ['*.jar'])compile 'com.android.support:appcompat-v7:22.0.0'compile 'com.parse.bolts:bolts-android:1.+'compile fileTree(dir: 'libs', include: 'Parse-*.jar')compile fileTree(dir: 'libs', include: "commons-io-2.4.jar") }您也可以与您的配对,看看它是否也可以帮助您



