Biswajit Active Member Licensed User Longtime User Jul 6, 2023 #1 Hello, I am working on a project where a few third-party SDKs have their own Androidmainfest file inside their AAR libraries. But when the project complied it seems none of those Androidmainfest files are getting merged with the project Androidmainfest file. Is there any specific way to merge those?
Hello, I am working on a project where a few third-party SDKs have their own Androidmainfest file inside their AAR libraries. But when the project complied it seems none of those Androidmainfest files are getting merged with the project Androidmainfest file. Is there any specific way to merge those?
DonManfred Expert Licensed User Longtime User Jul 6, 2023 #2 Biswajit said: But when the project complied it seems none of those Androidmainfest files are getting merged with the project Androidmainfest file. Click to expand... That´s expected. You need to implement them in YOUR manifest in your Project. Upvote 0
Biswajit said: But when the project complied it seems none of those Androidmainfest files are getting merged with the project Androidmainfest file. Click to expand... That´s expected. You need to implement them in YOUR manifest in your Project.
Biswajit Active Member Licensed User Longtime User Jul 6, 2023 #3 DonManfred said: That´s expected. You need to implement them in YOUR manifest in your Project. Click to expand... Ok thank you. Upvote 0
DonManfred said: That´s expected. You need to implement them in YOUR manifest in your Project. Click to expand... Ok thank you.