com.android.dx.merge
Class DexMerger
java.lang.Object
com.android.dx.merge.DexMerger
public final class DexMerger
- extends Object
Combine two dex files into one.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DexMerger
public DexMerger(com.android.dex.Dex dexA,
com.android.dex.Dex dexB,
CollisionPolicy collisionPolicy)
throws IOException
- Throws:
IOException
setCompactWasteThreshold
public void setCompactWasteThreshold(int compactWasteThreshold)
merge
public com.android.dex.Dex merge()
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2015. All rights reserved.