this is my Error poping out and whole project depends on this
My Gradle code is given below
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
apply plugin: 'com.github.ben-manes.versions'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.Safeer.Ahmad.MusicXtreme"
minSdkVersion 21
targetSdkVersion 25
versionCode 34
versionName "1.1.0"
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') {
transitive = true;
}
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.android.support:appcompat-v7:24.0.0'
// compile 'com.android.support:appcompat-v7:+'
// compile 'com.android.support:support-v7:+'
compile 'com.github.mmin18:realtimeblurview:1.1.0'
compile 'jp.wasabeef:recyclerview-animators:2.2.5'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.okhttp3:okhttp:3.5.0'
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.5.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'com.android.support:support-v4:25.2.0'
compile 'com.android.support:design:25.2.0'
compile 'bz.tsung.android:objectify:1.1.1'
compile 'com.android.support:cardview-v7:25.2.0'
compile 'com.android.support:palette-v7:25.2.0'
compile 'com.wang.avi:library:2.1.3'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.diogobernardino:williamchart:2.3.0'
compile 'tyrantgit:explosionfield:1.0.1'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.h6ah4i.android.widget.verticalseekbar:verticalseekbar:0.7.0'
compile 'me.priyesh:chroma:1.0.2'
compile 'com.github.QuadFlask:colorpicker:0.0.12'
compile 'com.github.amlcurran.showcaseview:library:5.4.3'
compile 'cn.aigestudio.wheelpicker:WheelPicker:1.1.2'
compile 'com.lantouzi.wheelview:library:1.1.2'
compile 'jp.wasabeef:blurry:2.1.0'
testCompile 'junit:junit:4.12'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
debugCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
}
How did this error happens? i updated android studio and gradle and build tools as i want everything latest and this error pops out and i've tried every possible thing to solve it but failed. Just this error is unsolved rest my app is ready.
Current gradle is 3.3 and android studio is 2.3.1 with latest 26 support library appcompat