Skip to content

Commit

Permalink
Update adb.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfkny authored Mar 12, 2021
1 parent bf90a0f commit ec10844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
}
catch (error) {
console.log(error);
this.connect_message(error.message + " 确保未使用USB端口(可以重新连接数据线或者任务管理器结束adb.exe)。");
this.connect_message("adb端口被占用,请重新连接数据线 / 任务管理器结束adb.exe / cmd 执行 adb kill-server");
this.state("ready");
fastboot = null;
webusb = null;
Expand Down

0 comments on commit ec10844

Please sign in to comment.