Jump to content
Yaron

New google play store warnings for Android app bundles

Recommended Posts

I've noticed 2 new warnings when uploading to the play store:

---
Warning

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.

Warning

This App Bundle contains native code, and you've not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug.

---

 

These warnings only affect ANR reports, but should I take steps to correct them?

 

Share this post


Link to post

I'm curious are you deploying any additional Java code beside that in core FireMonkey? I wonder what is triggering Google alert... 

Share this post


Link to post

I am curious too how to satisfy Google and implement the suggested improvements.

Share this post


Link to post
On 12/30/2020 at 3:19 AM, Felix Berto Castillo G. said:

@Felix Berto Castillo G.

Thanks for the link.

How got you rid of this warning, by increasing the API level to 29 ?


What if I don't want to increase that, have you tried the 2nd option ?

Where do I get a " ReTrace mapping file" for an FMX app ?

Is there maybe a minimal or empty file that I could include in the deployment to get rid of that warning ?

 

 

 

Some more links:

http://buildTypes { release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } }

https://blog.mindorks.com/applying-proguard-in-an-android-application

https://medium.com/@sagar.s.rao/d-obfuscating-google-play-store-crashes-logs-android-5b0a3c50da95

https://stackoverrun.com/de/q/10664775

https://www.codegrepper.com/code-examples/delphi/How+to+create+a+proguard+file+in+android+studio+flutter

https://forum.unity.com/threads/need-help-with-2-warnings-on-the-google-play-console.923267/

 

Edited by Rollo62

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×