Answers for "execution failed for task ':app:predebugbuild'. > android dependency 'androidx.media:media' has different version for the compile (1.0.0-rc01) and runtime (1.0.1) classpath. you should manually set the same version via dependencyresolution"

1

Android dependency 'androidx.core:core' has different version for the compile (1.0.2) and runtime (1.1.0) classpath. You should manually set the same version via DependencyResolution

I solved it by upgrading my gradle dependency in the android/build.gradle file: classpath 'com.android.tools.build:gradle:3.3.1' (I was previously on version 3.2.1)
Posted by: Guest on February-21-2020

Code answers related to "execution failed for task ':app:predebugbuild'. > android dependency 'androidx.media:media' has different version for the compile (1.0.0-rc01) and runtime (1.0.1) classpath. you should manually set the same version via dependencyresolution"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language