How can I update com.android.support:exifinterface version -
currently using android studio 2.3.3. wanted update support library version 25.3.1 26.0.1. inside build.gradle file did necessery changes , changed support library versions 25.3.1 26.0.1. after when synced project shows me error(i have given screenshot) in compile 'com.android.support:appcompat-v7:26.0.1 all com.android.support libraries must use exact same version...found versions 26.0.1,25.3.1.examples include com.android.support:animated-vector-drawable:26.0.1 , com.android.support:exifinterface:25.3.1 the error screen
my question can find com.android.support:exifinterface update
i tried same in android studio 3.0.0. showed same error
try this:~
compile 'com.android.support:design:26.0.0-alpha1'
Comments
Post a Comment