I can not figure out how to access localhost from a Genymotion android emulator. By the way, Im using MAMP.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
The IP returned by
ipconfig
dit not work for me. However10.0.3.2
worked for me even though the IP address in the Wifi setting is10.0.3.15
.Genymotion 2.2.0
Check your Internet Connection on PC first, then Turn on Wifi in your Genymotion Emulator Device
After goto Cmd by Pressing ctrl+r then type Cmd and hit enter you will see an command line window
type ipconfig and hit enter...
here you can see your ipv4 address type it in your Genymotion Emulator Device's Browser now you can connect to your local webserver....
it works for me by using
http://192.168.56.1:8080
to know your IP just use the following command
ifconfig vboxnet0
ipconfig vboxnet0
and make sure the port is collect.
I got the answer from : here