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

..05-Nov-20144 KiB

.classpath05-Nov-2014466

.project05-Nov-2014843

Android.mk05-Nov-2014872

AndroidManifest.xml05-Nov-2014839

project.properties05-Nov-2014584

README.android05-Nov-2014205

README.txt05-Nov-2014396

res/05-Nov-20144 KiB

src/05-Nov-20144 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