C #: Android phone control

Can I control / interact with an Android phone via USB in a WinForm application? Is there a library for this, without using any original Android tools (ADB, fastboot)?

+3
source share
2 answers

Try Managed Android Debugging Bridge .

In C # and it says:

This is the Android Debug Bridge managed port that allows you to communicate with .NET applications on Android devices. This wraps the same methods as ddms for interacting directly with ADB. This gives great flexibility to the developer, and then runs the adb process and executes one of its build commands.

+6

USB Android - adb USB. . SD-. adb , " , , ". #, adb, .

. Bluetooth .

+1

Source: https://habr.com/ru/post/1762313/


All Articles