Tuesday 24 September 2013

android: quick remote debugging on android with google chrome

1. Android

  • (only first time) Enable Developer Options in your Android phone: Settings > About phone > tap 7 times.
  • Enable USB debugging: Settings > Applications > Development Options > USB debugging.
  • Open Chrome.
  • Enable USB Web debugging: Settings > Advanced > Developer Tools > USB Web debugging.
  • Connect Android to the computer via USB.

2. Computer

  • Open Chrome.
  • Install ADB extension.
  • Start ADB extension: ADB Plugin > Start ADB
  • Inspect target: ADB Plugin > View Inspection Targets
Source

No comments:

Post a Comment