-
Notifications
You must be signed in to change notification settings - Fork 367
Open
Labels
Description
- Unity editor version: 6.3 LTS 6000.3.3f1
- External Dependency Manager version: 1.2.186
- Source you installed EDM4U: OpenUPM
- Features in External Dependency Manager in use: Android Resolver, iOS Resolver, VersionHandler
- Plugins SDK in use: Firebase, Admob, Google Analytics, Crashlytics
- Platform you are using the Unity editor on: Windows
Please help to resolve this annoying warning with every build.
Does not matter what i click.
Some other plugin writes to mainTemplate.gradle the old packagingoptions and the AndroidResolver wants to update it then, that works, but with every build it happens again.
This is the snippet:
// Android Resolver Exclusions Start
android {
packagingOptions {
exclude ('/lib/armeabi/' + '')
exclude ('/lib/mips/' + '')
exclude ('/lib/mips64/' + '')
exclude ('/lib/x86/' + '')
}
}
// Android Resolver Exclusions End
Reactions are currently unavailable