summaryrefslogtreecommitdiff
path: root/library/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'library/README.txt')
-rw-r--r--library/README.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/library/README.txt b/library/README.txt
index df4772a..62e8737 100644
--- a/library/README.txt
+++ b/library/README.txt
@@ -1,7 +1,13 @@
-Library Project including compatibility multi dex loader.
+Library Project including a multidex loader.
-This can be used by an Android project to install classloader
-with multiple dex of applications running on API 14+.
+This can be used by an Android project to install multiple dexes
+in the classloader of an application running on API 4+.
+
+Note that multidexing will allow to go over the dex index limit.
+It can also help with the linearalloc limit during installation but it
+won't help with linearalloc at execution time. This means that
+most applications requiring multidexing because of the dex index
+limit won't execute on API below 14 because of linearalloc limit.
There is technically no source, but the src folder is necessary
to ensure that the build system works. The content is actually