Accessing Localhost:port From Android Emulator
Fleeting- Référence externe : https://stackoverflow.com/questions/6760585/accessing-localhostport-from-android-emulator
You can access your host machine with the IP address “10.0.2.2”
— https://stackoverflow.com/questions/6760585/accessing-localhostport-from-android-emulator
Use 10.0.2.2 for default AVD and 10.0.3.2 for Genymotion
— https://stackoverflow.com/questions/6760585/accessing-localhostport-from-android-emulator
Notes pointant ici
- develop an android application using keycloak and localhost redirection
- Set up Android Emulator networking | Android Developers