LoginSignup
3
4

More than 3 years have passed since last update.

Wi-Fi環境でAndroid StudioのEmulatorがネットワークに繋がらないときの対応

Last updated at Posted at 2018-10-19

dns-serverを指定してEmulatorを起動する。

$ ~/Library/Android/sdk/emulator/emulator -avd Nexus_5X_API_27 -dns-server 8.8.8.8

Emulatorの一覧は以下で確認可能。

$ ~/Library/Android/sdk/emulator/emulator Nexus_5X_API_27 -list-avds
3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4