0.02
No commit activity in last 3 years
No release in over 3 years
Ruby bindings for the Android SDK adb command.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.5.2
>= 0
>= 0.6.8

Runtime

>= 0.4.0
 Project Readme

Android ADB

A ruby gem to bind to the various adb commands (Requires the Android SDK to be installed and tools directory to be in the path).

Installation from GitHub sources

git clone git://github.com/nicstrong/android-adb.git
cd android-adb
bundle install
rake install