2019年1月11日 星期五

[Android開發筆記]如何透過adb 進行reboot重開手機?


在adb.exe所在路徑下先查詢裝置的ID:adb devices

如下例 ID為 97cda60a
然後就可以下指令進行重開: adb -s 97cda60a reboot