Android Play Console: APK contains native code, but no debug symbols

I developed my app using Ionic + Capacitor. The signed APK is generated using Android Studio > Build > Generate Signed Bundle / APK. When this APK is uploaded to Play Console, a warning was shown:

This APK 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.

How do I config the debug symbols?

1 Like

Would love to know about this aswell

Hi,
I found this procedure that seems work:

Go to [YOUR_PROJECT]\build\app\intermediates\merged_native_libs\release\out\lib
note that 3 folders exist inside
arm64-v8a
armeabi-v7a
x86_64
Select this 3 folder and create a .zip file. Name doesn’t matter.
[PLEASE NOTE THAT I HAVEN’T COMPRESSED THE ./lib FOLDER]