LoginSignup
1
1

More than 3 years have passed since last update.

ターミナルからAndroidエミュレーターを起動

Posted at

エミュレーターのリストを表示します。

$ emulator -list-avds

Pixel_2_API_26
Pixel_3_API_26

などと端末名が表示されます。

エミュレーターを起動します。

emulator @Pixel_2_API_26

エミュレーターが起動されました。

参考

1
1
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
1
1