public final class DexMerger extends Object
| Constructor and Description |
|---|
DexMerger(com.android.dex.Dex[] dexes,
CollisionPolicy collisionPolicy) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
com.android.dex.Dex |
merge() |
void |
setCompactWasteThreshold(int compactWasteThreshold) |
public DexMerger(com.android.dex.Dex[] dexes,
CollisionPolicy collisionPolicy)
throws IOException
IOExceptionpublic void setCompactWasteThreshold(int compactWasteThreshold)
public com.android.dex.Dex merge()
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.