Git Product home page Git Product logo

adbplugin's Introduction

The ADB Plugin Chrome extension for remote debugging

ADB Plugin is a Chrome Extension that runs ADB daemon and enables remote debugging for mobile. With it, you do not need to download the Android SDK or run ADB yourself from the command line. This extension is experimental. It runs on Win, Mac and Linux (ia32/x86_64). For full installation directions, click through to developers.google.com.

How to install and run

Special Notes:

  • Linux: If you encounter "error while loading shared libraries" during installation, install the ia32-libs package.
  • Windows, make sure you have ADB USB communication drivers installed. (Google Nexus USB driver here)
  • Windows 8: Unfortunately you cannot install from the Chrome Web Store. Right click and download this CRX file then open about:extensions in Chrome and drag the CRX onto that page to install. This extension will not automatically stay up to date.

Normal install:

You need both USB debugging for your phone enabled as well as remote debugging turned on inside of Chrome for Android. Follow through for details on how to enable these settings..

Screenshots

Building this extension (Mac)

./prepmac.sh && xcodebuild ARCHS=i386 ONLY_ACTIVE_ARCH=NO -configuration Release -project build/FireBreath.xcodeproj && find ./build/projects/ADBPlugin/gen/npADBPlugin-crx -path '*/.*' -prune -o -type f -print | zip ./ADBPlugin-CWS.zip -@
  • The build will be available at build/projects/ADBPlugin/gen/npADBPlugin-crx.crx. The zip will be in the current path.

adbplugin's People

Contributors

johnmccutchan avatar paulirish avatar pavelfeldman avatar willsb3 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.