CreativeSDK / android-getting-started-samples

Getting started guides and sample code for the Adobe Creative SDK for Android
63 stars 33 forks source link

manifest problems #40

Closed npomfret closed 7 years ago

npomfret commented 7 years ago

Hi

I'm trying to create a react-native plugin for this library. I'm getting the following error:

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute provider#com.adobe.creativesdk.aviary.internal.cds.CdsProvider@authorities value=(com.rnimagetoolsexample.CdsProvider) from AndroidManifest.xml:33:13-63
    is also present at [com.adobe.creativesdk:image:4.8.4] AndroidManifest.xml:116:13-64 value=(${appPackageName}.CdsProvider).
    Suggestion: add 'tools:replace="android:authorities"' to <provider> element at AndroidManifest.xml:31:9-34:40 to override.

Any ideas?

npomfret commented 7 years ago

Managed to sort it out - i don't think the instructions are correct though.