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

..12-Mar-20154 KiB

.classpath12-Mar-2015466

.project12-Mar-2015843

Android.mk12-Mar-20151.5 KiB

AndroidManifest.xml12-Mar-2015875

build.gradle12-Mar-20151.5 KiB

project.properties12-Mar-2015584

README.android12-Mar-2015205

README.txt12-Mar-2015396

res/12-Mar-20154 KiB

src/12-Mar-20154 KiB

README.android

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
7

README.txt

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