blob: 62e8737831e9f0e477becc61980e73a5629aac58 [file] [log] [blame]
Yohann Roussele99daea2014-09-17 16:49:21 +02001Library Project including a multidex loader.
Maurice Chu667f9a82013-10-16 13:12:22 -07002
Yohann Roussele99daea2014-09-17 16:49:21 +02003This 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.
Maurice Chu667f9a82013-10-16 13:12:22 -070011
Yohann Rousselaeef2842013-11-08 00:05:45 +010012There 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.
Maurice Chu667f9a82013-10-16 13:12:22 -070015