Hi, I did build my first app using solar2d, and made all steps needed to publish its .aab file in google play console.
But it gave me on last Publish button step two errors: (I will translate the meaning of Errors as I have them in Arabic Language)
- App Bundle doesn’t contain anti-obfuscator,
- the App Bundle contains original programming code and I need to load a debugger file to correct ANR errors.
I searched internet and found that there is a tool called Proguard or R8 to shrink, pre-verify, optimize, and obfuscator the code of the app before publishing.
and I saw it in “Android Studio” in the file “build.Gradle” as parameter can be turned on/off like minify and shrink.
How could I add these parameters to my solar2s app, as I saw “build.setting” file doesn’t include them as a possibility?
Thank you