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

[FR]检查原生库是否可以直接加载 #127

Closed
jimstar06 opened this issue Aug 3, 2021 · 2 comments
Closed

[FR]检查原生库是否可以直接加载 #127

jimstar06 opened this issue Aug 3, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@jimstar06
Copy link

Android 6.0开始,若原生库未压缩且对齐4KB边界,系统无需在安装时解压原生库而是通过mmap直接从apk中加载,对于包含大量原生库的单ABI APP,可有效减少安装体积。

Native Libs Monitor可以检查原生库是否直接加载,但该APP已经没有维护了。
Native Libs Monitor

FR: 若原生库可以直接加载,在详情页增加显示标志。

Android Studio Ref.
StackOverflow Ref.

@zhaobozhen zhaobozhen added the enhancement New feature or request label Aug 3, 2021
@zhaobozhen
Copy link
Member

这个提议好耶

@zhaobozhen
Copy link
Member

Supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants