com.android.dx.dex
Class DexOptions
java.lang.Object
com.android.dx.dex.DexOptions
public class DexOptions
- extends Object
Container for options used to control details of dex file generation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetApiLevel
public int targetApiLevel
- target API level
DexOptions
public DexOptions()
getMagic
public String getMagic()
- Gets the dex file magic number corresponding to this instance.
canUseExtendedOpcodes
public boolean canUseExtendedOpcodes()
- Returns whether extended opcodes are allowed. This became
allowed as of Ice Cream Sandwich.
Copyright © 2013. All Rights Reserved.