How to use Android Emulator on AMD Ryzen (Android Studio)?

For Ryzen on Windows 10, use the latest stable instead of canary. Enable virtualization in BIOS. Remove HAXM. Turn off Hyper-V, Windows Hypervisor platform, Windows Sandbox(depends on your windows version, old versions may not have all). REBOOT Launch SDK Manager via Android Studio and you should see “Android Emulator Hypervisor Driver for AMD Processors”. Check … 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