public class SplitSelectTool
extends java.lang.Object
Constructor and Description |
---|
SplitSelectTool() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
splitSelect(ProcessExecutor processExecutor,
java.io.File splitSelectExec,
java.lang.String deviceConfig,
java.lang.String mainApkPath,
java.util.Collection<java.lang.String> splitApksPath)
Runs the native split-select tool given the main APK, the list of pure split APKs and the
targeted device characteristics.
|
@NonNull public static java.util.List<java.lang.String> splitSelect(@NonNull ProcessExecutor processExecutor, @NonNull java.io.File splitSelectExec, @NonNull java.lang.String deviceConfig, @NonNull java.lang.String mainApkPath, @NonNull java.util.Collection<java.lang.String> splitApksPath) throws ProcessException
processExecutor
- a reusable process executor instance.splitSelectExec
- the pointer to the split-select tool in this machine.deviceConfig
- the targed devicemainApkPath
- the path the main application APK.splitApksPath
- the path to all the pure split APKs.ProcessException