public class ClassReferenceListBuilder extends Object
| Constructor and Description |
|---|
ClassReferenceListBuilder(com.android.multidex.Path path) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRoots(ZipFile jarOfRoots) |
static void |
main(String[] args)
Deprecated.
use
MainDexListBuilder.main(String[]) instead. |
public ClassReferenceListBuilder(com.android.multidex.Path path)
@Deprecated public static void main(String[] args)
MainDexListBuilder.main(String[]) instead.MainDexListBuilder.main(String[]).public void addRoots(ZipFile jarOfRoots) throws IOException
jarOfRoots - Archive containing the class files resulting of the tracing, typically
this is the result of running ProGuard.IOExceptionCopyright © 2016. All Rights Reserved.