public class DexOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
targetApiLevel
target API level
|
| Constructor and Description |
|---|
DexOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUseExtendedOpcodes()
Returns whether extended opcodes are allowed.
|
String |
getMagic()
Gets the dex file magic number corresponding to this instance.
|
public String getMagic()
public boolean canUseExtendedOpcodes()
Copyright © 2014. All Rights Reserved.