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


error:(39, 13) failed resolve: com.parse.bolts:bolts-android:1.+ 

and 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

please need

go app->libs select parse.1+.jar right click on , select "as library"


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -