1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
jack-meta Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
src/androidx/multidex Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test/src Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
AndroidManifest.xml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build.gradle Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

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.