• Home
  • History
  • Annotate
  • only in /frameworks/multidex/library/
NameDateSize

..29-Aug-20174 KiB

Android.mk29-Aug-20171.3 KiB

AndroidManifest.xml29-Aug-2017890

build.gradle29-Aug-20172.2 KiB

jack-meta/29-Aug-20174 KiB

README29-Aug-2017674

src/29-Aug-20174 KiB

test/29-Aug-20174 KiB

README

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