Explain Native Debug Symbols error when loading bundle into GPC on 'Build and release an Android app' page
Page URL
https://docs.flutter.dev/deployment/android/
Page source
https://github.com/flutter/website/tree/main/src/deployment/android.md
Describe the problem
When I upload the bundle onto Google Play Console, an error pops up asking to provide Native Debug Symbols. Per this issue: https://github.com/flutter/flutter/issues/60240
This isn't exactly easy, and no documentation at all is provided to fix it or give a workaround.
This is where any official supported solutions to the problem would need to be documented.
Expected fix
Documentation on how to make flutter bundle in the Native Debug Symbols, or how to include them yourself.
Additional context
No response
I posted a question including the full context on stackoverflow: https://stackoverflow.com/q/71179303/5229301
We probably need to add some documentation for that.
This is related to https://github.com/flutter/flutter/issues/60240.