-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Capacitor Android: Missing Debug Symbols in Generated App Bundle #7687
Comments
The other issue was closed because it looked like you were referring to appflow builds, not to regular Capacitor local builds. |
@jcesarmobile @eric-horodyski The issue is not related to Appflow. Whether in Appflow or when building on the local laptop, the same issue and result occur. I don't understand why the bug was closed, as it's easy to reproduce this bug. |
To reproduce this issue, create a Capacitor project and deploy it to the Google Play Console. |
Please, provide a sample app and steps to reproduce or this issue will be closed too. |
Create a project ionic + capacitor . after upload bundle in google play The bundle does not include debug symbols. |
yes, please |
This is a sample project to reproduce the issue. @jcesarmobile @eric-horodyski |
Note: @jcesarmobile For example, when building a bundle using the Flutter framework, the bundle includes debug symbol files (*.so). |
Hello @jcesarmobile, |
Description
The App Bundle should include native debug symbols (BUNDLE-METADATA/com.android.tools.debugsymbols) to facilitate debugging and crash reporting.
Platforms
Request or proposed solution
The App Bundle should include native debug symbols (BUNDLE-METADATA/com.android.tools.debugsymbols) to facilitate debugging and crash reporting.
Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: