I have a use case where my app running on an Android device needs to communicate with a web service running on a Win7 PC. This was achieved using Wi-Fi succesfully. But now I need to achieve this using a USB connection as we may not have Wi-Fi working at customer place.
The Android device is unrooted. I can not use "Reverse Tethering App" as it needs the device to be rooted.
The following link has the same question but not having any answer:
Accessing localhost of PC from USB connected Android mobile device
Does anybody have aa answer for this?