Files
rk35xx-android14/frameworks/multidex/library/README
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

16 lines
674 B
Plaintext

Library Project including a multidex loader.
This can be used by an Android project to install multiple dexes
in the classloader of an application running on API 4+.
Note that multidexing will allow to go over the dex index limit.
It can also help with the linearalloc limit during installation but it
won't help with linearalloc at execution time. This means that
most applications requiring multidexing because of the dex index
limit won't execute on API below 14 because of linearalloc limit.
There is technically no source, but the src folder is necessary
to ensure that the build system works. The content is actually
located in libs/android-support-multidex.jar.