-
Notifications
You must be signed in to change notification settings - Fork 362
[Bug] disabling Explore AAR still downloads and modifies AARs #584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] disabling Explore AAR still downloads and modifies AARs #584
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Hi @shefich, Thank you for filing this issue. I was able to see this behavior on the editor using the information you provided. The resolver settings mention that AAR explosion will be disabled in exported Gradle builds. Could you try exporting the project and see if there's a difference between enabling and disabling |
Hi @paulinon , "The resolver settings mention that AAR explosion will be disabled in exported Gradle builds" - it says that this option will be disabled for exporting the project. I am not exporting the project. How to disable it completely? |
- Version 1.2.176 - Apr 27, 2023 * Android Resolver - Added two Android Resolver settings to determine whether EDM4U injects custom local Maven repo path as a relative path or full path. Fixes #537 * Android Resolver - Inject Maven Repo to `settingTemplate.gradle` from Unity `2022.2+` Fixes #594 * Android Resolver - Jetifier option is enabled by default now. * Android Resolver - `Explode Aar` option applies to all cases, whether the project will be exported or not. Fixes #584 Fixes #287
- Version 1.2.176 - Apr 27, 2023 * Android Resolver - Added two Android Resolver settings to determine whether EDM4U injects custom local Maven repo path as a relative path or full path. Fixes #537 * Android Resolver - Inject Maven Repo to `settingTemplate.gradle` from Unity `2022.2+` Fixes #594 * Android Resolver - Jetifier option is enabled by default now. * Android Resolver - `Explode Aar` option applies to all cases, whether the project will be exported or not. Fixes #584 Fixes #287
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Disable "Explode AARs" in Android Resolver Settings and then make Force Resolve.
AARs are still downloaded and exploaded to the Plugins/Android folder.
The text was updated successfully, but these errors were encountered: