Two warnings in Google Play

Hi I am a new user of solar2d. I want to publish my app, but I encountered two warnings in google play for which I don’t know how to solve them.

  1. There is no deobfuscation file associated with this App Bundle. If you use obfuscated code (R8/proguard), uploading a deobfuscation file will make crashes and ANRs easier to analyse and debug. Using R8/proguard can help reduce app size.

The second warning became visible after internal testing. It flagged all screens of my application and noted:

  1. The label of this item will probably not be readable by the screen reader. Element path => android:id/content/FrameLayout[1]

Does anyone have a solution?

You can safely ignore both.

Thanks for your quick response. I’ll take your advice.