You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the documentation linked for this property, libraries are stored uncompressed when they are not extracted by the installer. Right now I think one can create an invalid APK when setting extract_native_libs = false and building a non-debug (release) profile, which sets disable_aapt_compression = false:
cargo-apk/cargo-apk/README.md
Lines 156 to 157 in 8ce097b
In hindsight we should have also used this property to steer whether libs are compiled in the APK:
cargo-apk/ndk-build/src/apk.rs
Lines 203 to 205 in 8ce097b
Per the documentation linked for this property, libraries are stored uncompressed when they are not extracted by the installer. Right now I think one can create an invalid APK when setting
extract_native_libs = false
and building a non-debug (release) profile, which setsdisable_aapt_compression = false
:cargo-apk/cargo-apk/src/apk.rs
Line 214 in 8ce097b
Originally posted by @MarijnS95 in #15 (comment)
The text was updated successfully, but these errors were encountered: