Home | History | Annotate | only in /frameworks/multidex/library
Up to higher level directory
NameDateSize
Android.mk05-Oct-20171.3K
AndroidManifest.xml05-Oct-2017890
build.gradle05-Oct-20172.2K
jack-meta/05-Oct-2017
README05-Oct-2017674
src/05-Oct-2017
test/05-Oct-2017

README

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