Talking from Android Adobe AIR application to local computer through USB

In Flash Builder, there is USB Debugging feature for mobile applications built with Adobe AIR. It lets application installed on Android devise to transmit errors and trace statements to Flash Builder.

I need to develop the same feature for my application: Android application built with Adobe AIR talks to application on my local PC.

Does anybody know what technology it could be achieved with? Do they use serial port communication, or local server? Does anybody have a piece of code that does a similar thing?

Note: I'm not interested in network debugging, just USB Debugging.


I just googled and found this video:

[http://www.hsharma.com/tutorials/flash-builder-4-7-usb-debugging-on-ios/][1]

链接地址: http://www.djcxy.com/p/69114.html

上一篇: ASP.NET Bundles如何禁用缩小

下一篇: 通过USB从Android Adob​​e AIR应用程序交谈到本地计算机