Closed cawabungag closed 1 year ago
@cawabungag could you run the build with the -s flag to provide a full stack trace of the error?
Also, could you provide us the Android Gradle plugin (AGP) version being used in the project. In the past, users have been able to fix the issue by upgrading to a newer version of AGP.
@santoshbagadi I upgraded to a gradle version to 5.6.4. it worked for me. Thx!
MAX Plugin Version
5.11.2
Unity Version
2020.3.40f1
Device/Platform Info
Android
Current Behavior
When trying to build a build, an error occurs
A problem occurred configuring project ':launcher'. Ambiguous method overloading for method com.safedk.gradleplugin.utils.WrapperProperties#setProperty. Cannot resolve which method to invoke for [class java.lang.String, null] due to overlapping prototypes between: [class java.lang.String, class java.lang.String] [class java.lang.String, class java.io.File]
Expected Behavior
Android build should build without errors
How to Reproduce
Build android buld
Additional Info
No response