python-adb
python-adb copied to clipboard
python bindings to android debug bridge (adb)
*** NOTE: I have ignored this repo for too long and have moved onto to working on other things. ***
python-adb is an MIT-licensed, open source python library to integrate some features from the Android Debug Bridge.
Eventually it will be installable via pip.
This project is abstracted from a Django application that interacts with Android devices.
Install Requirements:
You need to have the Android SDK installed and on your path according to the instructions at http://developer.android.com/sdk/index.html.