android - Pure java adb client -
adb split server part , client part talks each other via tcp protocol described more in detail here.
is there pure java adb client out there? can usefull if want drive packet manager or activity manager junit or testng test case example.
we have adb command line client binary on major development platforms, there pure java implementaion of adb client.
i created small java project called jadb available here implements parts of adb
client does, including sending files. requires adb
server running (the adb
binary)
Comments
Post a Comment