问题描述
我通过USB连接到我的电脑的Android设备(三星Galaxy Tab)。
I have an android device (Samsung galaxy tab) connected to my PC via USB .
我要使用Web服务和运行网页位于我的电脑我的本地服务器的XAMPP在我的Android设备上。
I want to use WebServices and run a web page which is located on my local xampp server of my PC on my android device .
我能做到,如果我有两个,我的电脑和Android设备,连接到同一个无线网络上。
I can achieve it if I have both , my PC and android device , connected on the same wireless network .
不过是它可以访问本地主机页面无任何无线连接,仅使用USB连接。
However is it possible to access the localhost page without any wireless connection , using only USB connection .
(PS:当我在模拟器上运行应用程序和使用ip 10.0.2.2访问本地主机在我的电脑上同样的情形适用)
(PS : This same scenario works when I run the app on an emulator and use the ip 10.0.2.2 to access the localhost on my PC)
推荐答案
看看在<一个href="https://developers.google.com/chrome-developer-tools/docs/remote-debugging?hl=pt-BR#reverse-port-forwarding"相对=nofollow>这个的教程来自谷歌。
Take a look on this tutorial from Google.
这篇关于从USB访问PC的本地主机连接的Android移动设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!