Home | History | Annotate | only in /frameworks/multidex/library
Up to higher level directory
NameDateSize
.classpath21-Oct-2016466
.project21-Oct-2016827
Android.mk21-Oct-20161.4K
AndroidManifest.xml21-Oct-2016839
build.gradle21-Oct-20161.4K
jack-meta/21-Oct-2016
project.properties21-Oct-2016584
README.android21-Oct-2016176
README.txt21-Oct-2016674
res/21-Oct-2016
src/21-Oct-2016
test/21-Oct-2016

README.android

      1 Library Project including compatibility multi dex loader.
      2 
      3 This can be used by an Android project to install classloader
      4 with multiple dex of applications running on API 4+.
      5 
      6 
      7 

README.txt

      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