how to access tomcat server from android app over usb cable?
I have developed servlet on apache tomcat which is having mysql connectivity. and andr开发者_如何学Pythonoid client app. its working fine on emulator with url: http://10.1.10.203:8080/myServlet. but now i want to deploy this app on actual device using usb cable. how i can i do this?? how to access ip of pc using android device over usb cable????
Use the device Wi-Fi to connect to the same network where your PC is registered.
精彩评论