android - imoji implementation not synincg with gradle -


i trying implement sticker in app link

https://developer.imoji.io/#/home#platform-android

as as,i add dependency, getting error:

warning:module 'com.android.support:recyclerview-v7:24.1.1' depends on 1 or more android libraries jar error:a problem occurred configuring project ':app'. > not find recyclerview-v7.jar (com.android.support:recyclerview-v7:24.1.1).   searched in following locations:       https://jcenter.bintray.com/com/android/support/recyclerview-v7/24.1.1/recyclerview-v7-24.1.1.jar 

gradle:

dependencies {     compile 'testfairy:testfairy-android-sdk:1.3.4@aar'     compile filetree(include: ['*.jar'], dir: 'libs')     //google play services lib     //    compile 'com.google.android.gms:play-services:9.2.1'     // recommended location services      compile 'me.grantland:autofittextview:0.2.1'     compile 'com.google.android.gms:play-services-location:9.2.0'     compile 'com.google.android.gms:play-services-plus:9.2.0'     compile 'com.google.android.gms:play-services-analytics:9.2.0'     compile 'com.google.android.gms:play-services-auth:9.2.0'      compile 'com.google.firebase:firebase-analytics:9.2.0'     compile 'com.google.firebase:firebase-messaging:9.2.0'     compile 'com.google.firebase:firebase-ads:9.2.0'     compile 'com.google.firebase:firebase-auth:9.2.0'     compile 'com.google.firebase:firebase-crash:9.2.0'     compile 'com.google.firebase:firebase-invites:9.2.0'      compile 'com.google.code.gson:gson:2.4'      compile 'com.clevertap.android:clevertap-android-sdk:3.1.0'        compile 'com.android.support:support-v4:24.1.1'     compile 'com.android.support:design:24.1.1'     compile 'com.android.support:appcompat-v7:24.1.1'     compile 'com.github.bumptech.glide:glide:3.7.0'     compile 'com.android.support:cardview-v7:24.1.1'     compile 'com.android.support:recyclerview-v7:24.1.1'     compile 'com.android.support:multidex:1.0.0'       compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'       compile 'com.facebook.android:facebook-android-sdk:4.14.1'      compile 'cn.pedant.sweetalert:library:1.3'     compile 'com.android.volley:volley:1.0.0'     compile 'com.github.bumptech.glide:volley-integration:1.4.0@aar'      compile 'com.sun.mail:android-mail:1.5.5'     compile 'com.sun.mail:android-activation:1.5.5'     compile 'com.etsy.android.grid:library:1.0.5'     compile 'com.github.paolorotolo:appintro:4.0.0'     compile('com.twitter.sdk.android:twitter:1.14.1@aar') {         transitive = true;     }     compile ('io.imoji.sdk:imoji-sdk-ui:+@aar') {         transitive=true     }     apply plugin: 'com.google.gms.google-services'     apply plugin: 'io.fabric' 

anyone has idea, why error comes?

thanks


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -