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

..02-Jul-20154 KiB

.classpath02-Jul-2015466

.project02-Jul-2015843

Android.mk02-Jul-20151.5 KiB

AndroidManifest.xml02-Jul-2015875

build.gradle02-Jul-20151.5 KiB

project.properties02-Jul-2015584

README.android02-Jul-2015205

README.txt02-Jul-2015396

res/02-Jul-20154 KiB

src/02-Jul-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