Figure out matching sdk/agp/ndk for well stripped native libs #11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
When building native libs, debug symbols are included by default.
Android Studio takes care of stripping these out safely before merging them into the apk. But not always.
When the ndk matches the one the SDK/AGP was tested against, this is done. Otherwise, it is not.
So it can happen that just because of changing AGP (Android Gradle Plugin) version / NDK version, apk size blows up.
That is what we are seeing in the CI builds.
We need to figure out the right NDK for the AGP version we are using and use that when building with CI.
Or some other way to force stripping of debug symbols.
This Issue is marked as
good-first-issue
. As a new contributor, you can follow some simple steps to be able to helpThe text was updated successfully, but these errors were encountered: