[Android] How to Configure Eclipse (Mac) Emulator to Connect to the Internet
A memo on how to configure the Android emulator in Eclipse on Mac to connect to the internet.
Set the following in Eclipse > Preferences > Android > Launch > Default Emulator Options:
-dns-server 8.8.8.8,8.8.4.4
[Reference]
・Mac上のエミュレータからインターネットに接続する - 前人未踏の領域へ
That’s all from the Gemba.