Remote Debugging on Android with Chrome
前幾天在尋找如何在手機上可以看到localhost Web page, 發現Google Chrome Developer Tool已經可以了 (汗)
參考:
Remote Debugging on Android with Chrome
基本上照著以上的做法就成功了 (笑)
我的Sony Z2就很順利地成功了, 不過是找USB Debugging找了很久
然後今天拿住Samsung S2做以上步驟, 發現不成功, USB devices也裝上了也是不行…後來發現要裝上adb.exe才行 (可惡)…
步驟如下:
1 - 首先下載adb.exe
2 - 在windows選項搜尋cmd, 然後找回adb.exe的目錄
cd downloads\adb
3 - 運行adb.exe
adb.exe
4 - 抓回devices
adb.exe devices
這樣就可以了 (笑)