Can I build my own Android adb client using existing adb API library? (not from scratch) - Stack Overflow

I have been using Adroid's SDK tools' adb (client) command from the terminal and works fine.

I have been using Adroid's SDK tools' adb (client) command from the terminal and works fine.

I want to build a program which does adb shell calls, pulls, pushes, etc. Instead of shelling out whenever I want to do an adb call, it would be more convenient to me to link to an "adb-api" library and programmatically call these functions from my program and possibly receiving back data structures instead of plain text which I have to parse.

My questions:

  1. What language is SDK tools' adb client written in? Has it got a library and has it got bindings for other languages?
  2. is there such a thing as an official android adb-api library I can link my program against?

Ideally I would like to program this in Java or C++.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744245144a4564891.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信