com.android.dx.merge
Class DexMerger

java.lang.Object
  extended by com.android.dx.merge.DexMerger

public final class DexMerger
extends Object

Combine two dex files into one.


Constructor Summary
DexMerger(com.android.dex.Dex dexA, com.android.dex.Dex dexB, CollisionPolicy collisionPolicy)
           
 
Method Summary
static void main(String[] args)
           
 com.android.dex.Dex merge()
           
 void setCompactWasteThreshold(int compactWasteThreshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DexMerger

public DexMerger(com.android.dex.Dex dexA,
                 com.android.dex.Dex dexB,
                 CollisionPolicy collisionPolicy)
          throws IOException
Throws:
IOException
Method Detail

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.