简体   繁体   中英

sending http requests from android device to nodejs local server on PC

I'm trying to send http requests from my flutter app using android device to a local server on my pc and I've set the address of url to the actual ip address of my pc and also both my device and pc is connected to the same network but yet I could not complete the task and the app still not able to send any http request

how to fix this problem

If you want to communicate with the localhost on your machine and you are building your App on an Android emulator, on the android emulator, you must use: http://10.0.2.2:{yourPort}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM