Skip to content

shellutils出现的问题  #13

@zxp0505

Description

@zxp0505

操作如下命令
List commendList = new ArrayList<>();
commendList.add("adb shell");
commendList.add("mount -o remount /system");
commendList.add("cp -------.so /system/lib");
ShellUtil.CommandResult commandResult = ShellUtil.execCommand(commendList, false, true);

result = process.waitFor()执行到此处 没结果 怎么回事

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions