我为Android应用程序实现了一个web服务。web服务正在我的本地主机(192.168.1.2)上运行。使用Android模拟器,我成功连接到web服务。我尝试使用调试模式将我的Android设备连接到web服务,但没有成功。所以我的问题是,是否可以在不使用真实IP的情况下将Android设备连接到运行在我的本地主机(192.168.1.2)上的web服务?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...