Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can phone use host network when debugging on device via Eclipse/ADB?

Tags:

android

adb

I have a Android phone connected with host computer with USB cable. ADB runs well and I can debug application on phone. The only problem is that the App requires special network setup which I can reach on host but not mobile. Is there a way to let the device send all network operations through ADB and Host network?

like image 895
Ryan Avatar asked Nov 05 '22 11:11

Ryan


1 Answers

What you're looking for is known as reverse tethering. See https://android.stackexchange.com/questions/2298/how-to-set-up-reverse-tethering-over-usb for a solution.

like image 125
Russell Davis Avatar answered Nov 15 '22 09:11

Russell Davis