-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi Team,
We are currently integrating the latest Insta360 Android SDK version v1.9.4 into our Android application, and we are encountering issues related to 16KB page size compatibility.
During the build/packaging process, we observed multiple native libraries that appear to be incompatible or causing validation issues with the 16KB page size requirement.
Observed Native Libraries
The following .so files are flagged:
/lib/arm64-v8a/libarvbmg.so
/lib/arm64-v8a/libMNN.so
/lib/arm64-v8a/libhiai_hcl_model_runtime_impl.so
/lib/arm64-v8a/libhiai_ir.so
/lib/arm64-v8a/libhiai_ir_infershape.so
/lib/arm64-v8a/libhiai.so
/lib/arm64-v8a/libtbb.so
/lib/arm64-v8a/libhiai_model_compatible.so
/lib/arm64-v8a/libhiai_tensor_impl.so
/lib/arm64-v8a/libhiai_ir_build_aipp.so
/lib/arm64-v8a/libhiai_debugger.so
/lib/arm64-v8a/libhiai_hcl_model_runtime.so
/lib/arm64-v8a/libhiai_ir_build.so
/lib/arm64-v8a/libhiai_enhance.so
/lib/arm64-v8a/libhiai_c_def.so
Issue Details:
These libraries seem to be built with 4KB page size alignment
Our app/build environment requires 16KB page size support (Android newer requirements)
This is causing:
Build validation warnings/errors
Potential runtime compatibility concerns on newer devices
Expected Behavior
All native .so libraries should support 16KB page size alignment
SDK should be fully compatible with newer Android requirements
Request
Can you confirm whether v1.9.4 officially supports 16KB page size?
Is there an updated SDK version or workaround available?
If not, is there a timeline for support?