Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
jack-meta/ | 07-May-2024 | - | 50 | 47 | ||
res/ | 07-May-2024 | - | 1 | 1 | ||
src/ | 07-May-2024 | - | 1,088 | 703 | ||
test/ | 07-May-2024 | - | 595 | 329 | ||
.classpath | D | 07-May-2024 | 466 | 10 | 9 | |
.project | D | 07-May-2024 | 827 | 34 | 33 | |
Android.mk | D | 07-May-2024 | 1.4 KiB | 42 | 20 | |
AndroidManifest.xml | D | 07-May-2024 | 839 | 20 | 5 | |
README.android | D | 07-May-2024 | 176 | 7 | 3 | |
README.txt | D | 07-May-2024 | 674 | 16 | 11 | |
build.gradle | D | 07-May-2024 | 1.4 KiB | 54 | 47 | |
project.properties | D | 07-May-2024 | 584 | 16 | 14 |
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