This topic created in 1923 days ago, the information mentioned may be changed or developed.
一个包含 ndk 的 android 项目,设置了 extractNativeLibs=true; 当 debuggable=true 的时候,会解压所有 so 文件。
当 debuggable=false 的时候,会解压部分 so 文件。
有同学遇到过吗?
1 replies • 2021-01-26 10:17:22 +08:00
 |
|
1
huangmingyou Jan 26, 2021
找到原因了,so 文件要以 lib 开头才会在 debuggable=false 的情况下安装。
|