Connect an Android app to localhost without internet connection
问题 i have an Android app that needs to access offline a MySQL database that's hosted on my localhost (i'm using WampServer). i can't use USB tethering or port forwarding because my laptop won't have internet connection too. what can i do? 回答1: You can setup wifi, connect your system which contains server and your android device to same wifi. Assign a static IP to your server system and let your android connect to that server's MySql through the IP you assigned. Basically it is nothing much