0

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 ?

Nicktar
  • 5,548
  • 1
  • 28
  • 43
odgatelmand
  • 393
  • 1
  • 5
  • 16

1 Answers1

1

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

Harin_SS
  • 11
  • 3