主機:Linux x641.Android模擬器,模擬器設置 >打開Enable Usb Debug2.在主機上安裝firefox,最低v36.菜單 >開發者 >WebIDE 地址欄輸入about:config,新建以下兩個值[email protected] ...
主機:Linux x64
1.Android模擬器,模擬器設置--->打開Enable Usb Debug
2.在主機上安裝firefox,最低v36.菜單--->開發者--->WebIDE
地址欄輸入about:config,新建以下兩個值
[email protected] true
[email protected] all
3.模擬器上同樣安裝firefox,最低v36,設置--->開發者工具--->Remote Debug vi Usb enable
10.0.2.2
如果需要在模擬器上直接訪問本機的html,則需要在本機上搭建web伺服器(如:apache),然後模擬器通過http://10.0.2.2這個地址來訪問主機資源。
開多個模擬器時webide會找不到設備,使用adb kill-server
在做Android開發時經常出現android adb devices offline,解決辦法
./adb kill-server
./adb start-server
最終Demo:http://oltag.com:8080/yaolixing/18/11/00/android/OHUI V42.apk
參考:
https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Debugging_Firefox_for_Android_with_WebIDE
https://developer.mozilla.org/zh-CN/docs/Tools/WebIDE/%E9%97%AE%E9%A2%98%E6%8E%92%E9%99%A4
QQ groups: 264695584 (provide guaranteed technical support for firefox
embedding development: bug fixes, how-to’s, and so on.)
Read more: http://yaolixing.oltag.com/gns-8ABFFE2D-EB1E-44FA-9118-217ED7959536.html