Android HttpClient sending request to host machine over USB

后端 未结 3 495
猫巷女王i
猫巷女王i 2021-01-18 22:34

I have an Android app running on a phone that\'s connected to a host machine over USB. The phone will always be connected to the machine and I need to go an HTTP request to

3条回答
  •  长发绾君心
    2021-01-18 23:17

    I ended up abandoning this and basically polling the phone for the new content I wanted from the computer using adb.

提交回复
热议问题