Skip to content
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

Android bundler should respect the extractNativeLibs manifest option #8955

Closed
britzl opened this issue May 19, 2024 · 0 comments · Fixed by #8956
Closed

Android bundler should respect the extractNativeLibs manifest option #8955

britzl opened this issue May 19, 2024 · 0 comments · Fixed by #8956
Assignees
Labels
android Issue related to the Android platform bob Issues related to the bob command line build tool bug Something is not working as expected

Comments

@britzl
Copy link
Contributor

britzl commented May 19, 2024

The AndroidManifest.xml can have an application attribute android:extractNativeLibs which controls wether native libs are extracted from the APK when installed. If the native libs are not extracted it is expected that the native libs remain in the APK uncompressed.

We need a game.project setting to control extractNativeLibs and if not set, the Android bundler must make sure that any libs are uncompressed when the APK is created.

@britzl britzl added bug Something is not working as expected bob Issues related to the bob command line build tool android Issue related to the Android platform labels May 19, 2024
@britzl britzl changed the title Android bundler should respect the extractNagtiveLibs manifest option Android bundler should respect the extractNativeLibs manifest option May 19, 2024
@britzl britzl self-assigned this May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issue related to the Android platform bob Issues related to the bob command line build tool bug Something is not working as expected
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant