Can I run Android Studio (Android SDK emulator) in a Microsoft hyper-v virtual machine?

Refer to this link: How to run Android Studio on Windows without disabling Hyper-V The solution (if you do not want to disable Hyper-V) is to use Microsoft’s Android emulator, which is a free download here. In order to use this with Android Studio, you need to run the emulator first. Then, in Android Studio, … Read more

Windows Phone 8 emulator can’t connect to the internet

I think I’ve finally found the answer, but you’re probably not going to like it. It would appear that the phone emulator requires you to have a second network adapter to dedicate to this purpose. Personally, I run Windows 8 in VMWare, and so a second network adapter is free for me. Anyway, after you … Read more

How to connect to docker host from container on Windows 10 (Docker for Windows)

Short answer: in most cases, you’ll need 10.0.75.1 . In Docker for Windows, the container communicates through a vEthernet adapter called DockerNAT. To find its details, open Command Prompt and type ipconfig Look for an entry that looks like Ethernet adapter vEthernet (DockerNAT): Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . … Read more