1 min read

Fix "Attribute meta-data#android.support is also present.." on Ionic camera preview plugin

Fix "Attribute meta-data#android.support is also present.." on Ionic camera preview plugin

Problem

Attribute meta-data#android.support.VERSION@value value=(26.1.0) from [com.android.support:support-v4:26.1.0] AndroidManifest.xml:28:13-35 is also present at [com.android.support:exifinterface:25.4.0] AndroidManifest.xml:25:13-35 value=(25.4.0). Suggestion: add 'tools:replace="android:value"' to  element at AndroidManifest.xml:26:9-28:38 to override.

Solution

cordova plugin add cordova-android-support-gradle-release --variable ANDROID_SUPPORT_VERSION=26.+

Tweets by YBacciarini