Home | History | Annotate | only in /frameworks/multidex/library
Up to higher level directory
NameDateSize
.classpath05-Aug-2015466
.project05-Aug-2015827
Android.mk05-Aug-20151.6K
AndroidManifest.xml05-Aug-2015839
build.gradle05-Aug-20151.4K
project.properties05-Aug-2015584
README.android05-Aug-2015176
README.txt05-Aug-2015674
res/05-Aug-2015
resources/05-Aug-2015
src/05-Aug-2015
test/05-Aug-2015

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