Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/com/android/test/runner/ | 03-May-2024 | - | 40 | 11 | ||
Android.bp | D | 03-May-2024 | 1.6 KiB | 48 | 45 | |
AndroidManifest.xml | D | 03-May-2024 | 806 | 19 | 4 | |
README | D | 03-May-2024 | 396 | 11 | 7 | |
build.gradle | D | 03-May-2024 | 2.1 KiB | 78 | 67 |
README
1Library Project including compatibility IntrumentationTestRunner 2for multiple dex applications. 3 4This can be used by an Android test project to set up the classloader 5of applications with multiple dexes. 6 7There is technically no source, but the src folder is necessary 8to ensure that the build system works. The content is actually 9located in libs/android-support-multidex-instrumentation.jar. 10 11