Multi-dex extensions for dexlib2
oSumAtrIX 6db4dc4c95 build: Use Maven Central instead of JCenter | 1 년 전 | |
---|---|---|
.idea | 5 년 전 | |
gradle | 1 년 전 | |
src | 1 년 전 | |
.gitignore | 6 년 전 | |
.travis.yml | 5 년 전 | |
LICENSE.txt | 7 년 전 | |
NOTICE.txt | 5 년 전 | |
README.md | 7 년 전 | |
README.txt | 5 년 전 | |
build.gradle | 1 년 전 | |
check-copyright.gradle | 5 년 전 | |
configure-artifacts.gradle | 5 년 전 | |
configure-publishing.gradle | 1 년 전 | |
gradlew | 5 년 전 | |
gradlew.bat | 5 년 전 |
This is a free software (GPLv3+) library on top of dexlib2 that features:
DexFile
objects, making it trivial to add multi-dex support to existing non-multi-dex-aware dexlib2 clients.Limitations:
Releases of multidexlib2 are distributed with coordinates com.github.lanchon.dexpatcher:multidexlib2
through the Maven Central Repository, with version numbers starting at 2.2.0
and matching the version of dexlib2 they were built against. Release changelog is available here.
Interface:
DexFile
.MultiDexContainer
.DexFile
.Parameters:
true
to enable multi-dex support.new BasicDexFileNamer()
.null
to auto-detect.DexIO.DEFAULT_MAX_DEX_POOL_SIZE
.1
to force single-threaded writes.0
to auto-detect optimum thread count.0, false
to disable main dex management.null
to disable logging.Sample:
DexPatcher's file processor is a simple yet production-quality client of multidexlib2.