PROBLEMS WITH RELEASE IN GOOGLE PLAY
djzcreative
Member, PRO Posts: 33
in Tech Support
Hello, When I upload the release of my app on google console gives me these 2 errors:
Warning 1
No deobjection files associated with this App Bundle. If you use obfuscated code (R8/ProGuard) and upload a deobject file, it will be easier to analyze and debug anR crashes and errors. Using R8/ProGuard can help reduce the size of the app. Learn more
Warning 2
This App Bundle contains native code and you haven't loaded debug symbols. We recommend that you upload a symbol file so that you can more easily analyze and debug crashes and ANR errors. Further information
This does not compromise the release of releases by google but I was wondering if there is a way to eliminate these 2 problems and how to do it. Thank you very much
Comments
don’t worry about those warnings. it’s basically saying you can’t debug crashes with what you uploaded.
Thank you