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