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でプロジェクトを開発しています。すべてのエミュレーターには、Gameboid、Frodo、Gearoid などの特定の名前があることを知っています。私が作業しているエミュレーターの名前を知るにはどうすればよいですか??
これはうまくいくはずです:
エミュレータ -avd システム -バージョン
ここからもっと読むことをお勧めします!
Eclipse では:
AVD (Android 仮想デバイス) を開いAndroid Virtual Device Managerて確認します。Platform
Android Virtual Device Manager
Platform
プログラムで:
String sdkVersion = android.os.Build.VERSION.SDK;