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

..02-Jul-20154 KiB

.classpath02-Jul-2015466

.project02-Jul-2015827

Android.mk02-Jul-20151.6 KiB

AndroidManifest.xml02-Jul-2015839

build.gradle02-Jul-20151.4 KiB

project.properties02-Jul-2015584

README.android02-Jul-2015176

README.txt02-Jul-2015674

res/02-Jul-20154 KiB

resources/02-Jul-20154 KiB

src/02-Jul-20154 KiB

test/02-Jul-20154 KiB

README.android

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

README.txt

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