-
Notifications
You must be signed in to change notification settings - Fork 64
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
Dexing Error when using Appsflyer 6.16.0 on Unity 2022.3.37f1 #317
Comments
👋 Hi @BollmanHutch and Thank you for reaching out to us.
|
I also have the same error, how can I fix it? |
Current work around thats worked for me:
Your full pluinmanagement section will look something like this:
|
Hi all, Quick update: This is a bug in R8 that already solved by Google (ref: here)
This is due to the fact that we introduced sealed classes in v6.16.0 and thus you need to update the AGP version to the mentioned versions above. |
Having updated to Appsflyer 6.16.0 I receive a Dexing error when building for Android.
Ive imported Appsflyer into an empty project and encounter the same issue.
It occurs when when mainTemplate.Grade is active in the project.
Repro Steps:
Error:
Additional Details:
minSDKTarget 24
TargetSDK 33
Unity Version: 2022.3.37f1
EDMU: 1.2.183
Temporary Solution:
I am able to get around the error by including the following into my settingsTemplate.gradle file
Full settingsTemplate:
Full mainTemplate:
The text was updated successfully, but these errors were encountered: