Yaron 53 Posted September 2, 2020 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
Marco Cantu 78 Posted September 3, 2020 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
Yaron 53 Posted September 4, 2020 I'm not using any external java files. Share this post Link to post
Bert-Jan 1 Posted October 7, 2020 I am curious too how to satisfy Google and implement the suggested improvements. Share this post Link to post
Felix Berto Castillo G. 0 Posted December 30, 2020 https://stackoverflow.com/questions/63749162/android-version-release-warning-message-this-app-bundle-contains-java-kotlin-co Share this post Link to post
Rollo62 536 Posted January 15, 2021 (edited) On 12/30/2020 at 3:19 AM, Felix Berto Castillo G. said: https://stackoverflow.com/questions/63749162/android-version-release-warning-message-this-app-bundle-contains-java-kotlin-co @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 January 15, 2021 by Rollo62 Share this post Link to post