dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.62k stars 347 forks source link

python adb #228

Open bannsec opened 6 years ago

bannsec commented 6 years ago

It would be nice to remove the dependency of needing adb installed. Google has been writing a plugin to do pure pythonic adb communications:

https://github.com/google/python-adb

dtmilano commented 6 years ago

Thanks. That's a good idea. I will investigate what's the best way to include it.