I have a use case where my app running on an Android device need to communicate with a web service running on a Windows 7 PC. This was achieved using wifi successfully. But now I need to achieve this using USB connection as we may not have wifi working at the customer's location.
The Android device is unrooted. I can not use a reverse tethering app as it needs the device to be rooted.
The following link has the same question but doesn't have an answer - Accessing localhost of PC from USB connected Android mobile device
Does anybody have an answer for this?
