-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
操作如下命令
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
Labels
No labels