This App Bundle contains Java/Kotlin code, which might be obfuscated. We recommend you upload a deobfuscation file to make your crashes and ANRs easier to analyze and debug.
msr79526
(SR Official)
June 25, 2021, 11:38am
2
where this error was showing?
Kindly see the community before making a new topic, search if there is already same issue solved in community
See these topics :
This means that your code could be obfuscated by proguard so any crash analysis systems could give unreadable logs and advises to create and upload a de-obfuscation file. In Android Studio, you can do by enabling minify in build.gradle(app).
You don’t have to worry about this warning. It’s a warning coming from the new Google Play Console. You can solve it by setting your minimum API level to 29.
For more information, check this: New BETA Version of Google Play Console show this warning: [Thi…
Hi i have upload the apk but it is showing following error:
Warning
This APK results in unused code and resources being sent to users. Your app could be smaller if you used the Android App Bundle. By not optimizing your app for device configurations, your app is larger to download and install on users’ devices than it needs to be. Larger apps see lower install success rates and take up storage on users’ devices.
Warning
This APK contains Java/Kotlin code, which might be obfuscated. We recomm…
When i tried to release my apps, Google’s show warning like this
This App Bundle contains Java/Kotlin code, which might be obfuscated. We recommend you upload a deobfuscation file to make your crashes and ANRs easier to analyze and debug
anyway to solve this?
1 Like