When I used JW player android sdk,
In my build.gradle
compile 'com.google.android.gms:play-services-base:9.4.0'
compile 'com.longtailvideo.jwplayer:jwplayer-android-sdk:+'
It says
All com.google.android.gms libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 9.4.0, 8.3.0. Examples include com.google.android.gms:play-services-base:9.4.0 and com.google.android.gms:play-services-ads:8.3.0 less... (Ctrl+F1)
There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion.)
Can I use google's 9.40 service if I want to use jw player?
↧