Android Question Merge SDK Androidmainfest files

Biswajit

Active Member
Licensed User
Longtime User
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
But when the project complied it seems none of those Androidmainfest files are getting merged with the project Androidmainfest file.
That´s expected. You need to implement them in YOUR manifest in your Project.
 
Upvote 0
Top