简体   繁体   中英

AndroidManifest.xml collided. Implementing Sinch library 3.17.1.aar

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

在此处输入图片说明

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

在此处输入图片说明

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 ?

您可以在 gradle.properties 中添加android.useNewApkCreator=false来解决此问题

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM