Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
端末から Android エミュレーターのリストを取得したいと考えています。どうすればこれを達成できますか? 私はubuntuを使用しています。
コマンド ラインに次のように入力します。
emulator -list-avds
android sdk path に移動 -> platform-tools に移動 -> コマンドを「adb devices」と入力すると、現在実行中の接続デバイスまたはエミュレーターのリストを取得できます。