Skip to content

希望解决一个16kb页面大小的问题现在我上架google play被拒了, #6165

@llanglese

Description

@llanglese

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

None

OS Platform and Distribution

11

MediaPipe Tasks SDK version

0.10.18 。0.10.14

Task name (e.g. Image classification, Gesture recognition etc.)

aa

Programming Language and version (e.g. C++, Python, Java)

java

Describe the actual behavior

aa

Describe the expected behaviour

aaa

Standalone code/steps you may have used to try to get what you need

aaa

Other info / Complete Logs

Support 16KB alignment (p_align=16384) for precompiled libmediapipe_tasks_vision_jni.so。

说明当前预编译版本的 .so 库均为 4KB 对齐(p_align=4096),列举具体版本(如 0.10.14/0.10.18 等)。
解释 16KB 对齐的必要性(例如你的功能场景依赖此配置,否则无法正常工作),尽可能提供技术背景或业务场景(无需涉及隐私,只需说明影响)。
建议在编译脚本中增加对齐参数(如链接时添加 -Wl,-z,max-page-size=16384 等) 目前哪个版本适配了libmediapipe_tasks_vision_jni.so 16kb页面大小问题了 ,现在我上架google play被拒了,谢谢Android移动端,麻烦适配下更新一个版本

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions