Skip to content

[Bug] Maintemplate.gradle needs to be merged EDM 1.2.186 #761

@MOST2K2

Description

@MOST2K2
  • 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
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions