Top "Support-v4" questions

Could not find class 'android.graphics.drawable.RippleDrawable'

I'm using a third party library, there is a method using DrawableCompat.setTintMode(drawable, PorterDuff.Mode.SRC_IN);. When I …

android rippledrawable support-v4
Android project build successfully but ran failed with error: java.util.zip.ZipException: duplicate entry

I have update my android studio and SDK and some package dependencies on grade of the project and since then …

java android google-play-services android-studio-2.0 support-v4
Android: force gradle to include only one version of a library

I use 'com.android.support:support-v4:23.3.0' in my build.gradle but when explore external libraries I see two version …

android android-studio gradle gradle-dependencies support-v4
Could not find support-v4.jar (com.android.support:support-v4:24.0.0)

Error:A problem occurred configuring project ':app'. Could not find support-v4.jar (com.android.support:support-v4:24.0.0). Searched in the …

android android-studio support-v4
How to exclude the support v4 library from the studio?

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':transformClassesWithJarMergingForDebug'. com.android.build.api.transform.…

android-studio gradle dependencies support-v4
android.support.v4.app.INotificationSideChannel$Stub$Proxy

com.hendraanggrian.appcompat:socialview:0.1 library work with androidx. when i add this library to my project I got support.v4 …

android gradle androidx support-v4
Gradle Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'

dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') testCompile 'junit:junit:4.12' compile('com.google.android.gms:play-services-gcm:8.4.0') { exclude …

java android gradle support-v4