--- lang: ja-jp breaks: true --- # Android Emulator をコマンドラインから実行する。 2021-07-30 #### 設定済みの仮想ディバイスの一覧を表示 ```shell= %USERPROFILE%\AppData\Local\Android\Sdk\emulator\emulator -list-avds Pixel_3a_XL_API_30 Pixel_4_API_30 Pixel_4_XL_API_30 ``` #### エミュレータを起動 ```shell= %USERPROFILE%\AppData\Local\Android\Sdk\emulator\emulator.exe -avd Pixel_4_API_30 ``` ###### tags: `Android` `Android Emulator` `コマンドライン`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up