debug javascript in android emulator with phonegap

前端 未结 16 1824
抹茶落季
抹茶落季 2021-01-30 02:45

I am new to phonegap and android development. May I know how can I debug javascript error on the emulator? I have heard about ADB may I know how can I use and install it on wind

16条回答
  •  面向向阳花
    2021-01-30 03:31

    Debugging PhoneGap / Apache Cordova Application is easy with GapDebug

    • Download & Install GapDebug from https://www.genuitec.com/products/gapdebug/

    • Run a GapDebug on You PC / Mac

    • Enable Developer Option & USB Debugging on your android device (Settings -> Developer Option (ON) -> USB Debugging (ON))

    • If Developer option is not found (Settings -> About Phone -> Click Build Number for 7 times)

    • You can Debug your application from your GapDebug

    Refer

    • https://www.youtube.com/watch?v=QHTI-utHfEE
    • https://www.youtube.com/watch?v=AZJUSomFOwk
    • https://www.youtube.com/watch?v=XEeWFIsgtsU
    • https://www.youtube.com/watch?v=kiY03MBGkLo

提交回复
热议问题