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' }
project structure - dependencies
please need
go app->libs select parse.1+.jar right click on , select "as library"
Comments
Post a Comment