AndroidManifest.xml collided. Implementing Sinch library 3.17.1.aar

1.7k Views Asked by At

Directly after creating a new project, I implemented the lib (sinch-android-rtc-3.17.1.aar) following theses instructions from the "how to" section : https://developers.sinch.com/docs/voice-android-first-time-setup

enter image description here

When I try to build the project I have the following error : "Entry name 'AndroidManifest.xml' collided"

enter image description here

I tried to implement an other aar file I found on Github from a previous version and everything worked fine.

Any suggestions to fix this in order to install the last version ?

1

There are 1 best solutions below

0
Harin_SS On

You can add android.useNewApkCreator=false in your gradle.properties to fix this issue