Added support to upload debug symbols in the Android App Bundle (AAB) on the Play Store. - #4480
Merged
Conversation
MohitMaliFtechiz
force-pushed
the
add_debug_symbol
branch
from
October 28, 2025 12:35
520a388 to
93d8d5d
Compare
MohitMaliFtechiz
marked this pull request as draft
October 28, 2025 13:07
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4480 +/- ##
============================================
- Coverage 58.65% 58.56% -0.10%
+ Complexity 1475 1465 -10
============================================
Files 327 327
Lines 17045 17045
Branches 2109 2109
============================================
- Hits 9998 9982 -16
- Misses 5648 5664 +16
Partials 1399 1399 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
MohitMaliFtechiz
force-pushed
the
add_debug_symbol
branch
2 times, most recently
from
October 29, 2025 09:33
2ae0dc0 to
6a38a5b
Compare
MohitMaliFtechiz
marked this pull request as ready for review
October 29, 2025 12:18
… on the Play Store. * Enabled the `NDK` to include debug symbols in the `AAB`. This option only applies to AABs — APKs do not support embedding debug symbols, and they must be uploaded manually. However, since we primarily upload AABs (only two custom apps still use APKs). * We have used the same `NDK` version that we are using in `java-libkiwix`. This option is not working with Gradle's default NDK. So, due to this, we have added the NDK to our project. * Refactored the CI/CD pipeline to automatically download the required `NDK` version. This ensures that when publishing the `AAB`, the debug symbols are correctly included; otherwise, Gradle skips embedding them.
…lding the AAB and not for running the test cases. Gradle will automatically fall back to its default NDK when needed.
…, since it gives the "No space left on device" error while running the playStore variant test cases.
…tuck after cleaning this.
kelson42
force-pushed
the
add_debug_symbol
branch
from
October 29, 2025 12:58
eba601f to
13ace53
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See kiwix/java-libkiwix#123
NDKto include debug symbols in theAAB. This option only applies to AABs — APKs do not support embedding debug symbols, and they must be uploaded manually. However, since we primarily upload AABs (only two custom apps still use APKs).NDKversion that we are using injava-libkiwix. This option is not working with Gradle's default NDK. So, due to this, we have added the NDK to our project.NDKversion. This ensures that when publishing theAAB, the debug symbols are correctly included; otherwise, Gradle skips embedding them.Kiwix app bundle
Custom app bundle