Using multidex on Android with a lot of libraries, prevents native methods from running.
上次发布: August 27, 2016ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000098597
已提交
August 15, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
10.2.8
操作系统
Android
操作系统版本
6.0x
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a limitation from android multidex build tool, as explained in this document: https://developer.android.com/studio/build/multidex.html,
Limitations of the multidex support library:
• There are complex requirements regarding what classes are needed in the primary DEX file when executing in the Dalvik runtime. Android build tooling updates handle the Android requirements, but it is possible that other included libraries have additional dependency requirements including the use of introspection or invocation of Java methods from native code. Some libraries may not be able to be used until the multidex build tools are updated to allow users to specify classes that must be included in the primary DEX file.