To transfer file from pc to android device via usb

前端 未结 1 608
我寻月下人不归
我寻月下人不归 2021-01-05 22:32

I want to transfer a file from my pc\'s particular port to android device over USB programmatically. Which technique is best for this mode of transfer among the following :

相关标签:
1条回答
  • 2021-01-05 23:29

    To transfer file from pc to android device via USB Socket Communication is best approach.

    You have to do some additional step of port forwarding on which the Socket Communication establish.

    Look at Tutorial https://github.com/user370305/Android-USB-Communication.

    0 讨论(0)
提交回复
热议问题