• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

jack-meta/22-Nov-2023-5047

res/22-Nov-2023-11

src/22-Nov-2023-1,077694

test/22-Nov-2023-595329

.classpathD22-Nov-2023466 109

.projectD22-Nov-2023827 3433

Android.mkD22-Nov-20231.4 KiB4220

AndroidManifest.xmlD22-Nov-2023839 205

README.androidD22-Nov-2023176 73

README.txtD22-Nov-2023674 1611

build.gradleD22-Nov-20231.4 KiB5447

project.propertiesD22-Nov-2023584 1614

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