简体   繁体   English

我使用的仿真器名称?

[英]Name of emulator I'm using?

I'm developing a project in Android. 我正在用Android开发一个项目。 I know every emulator has some specific name like Gameboid,Frodo, Gearoid etc. How can I get to know the name of Emulator on which i am working?? 我知道每个模拟器都有一些特定的名称,例如Gameboid,Frodo,Gearoid等。我如何知道我正在使用的模拟器的名称?

This should work: 这应该工作:

emulator -avd System -version 模拟器-avd系统-版本

I recommend to read more from here ! 我建议从这里阅读更多内容!

In Eclipse : 在Eclipse中:

Open Android Virtual Device Manager and check the Platform of your AVD(Android virtual device). 打开Android Virtual Device Manager ,检查Platform的AVD的(Android虚拟设备)。

Programmatically : 以编程方式:

String sdkVersion = android.os.Build.VERSION.SDK;

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我无法使用TITANIUM STUDIO启动我的Android模拟器 - I'm unable to launch my android emulator using TITANIUM STUDIO 在 Visual Studio 2022 中的 Xamarin 上,我不断收到“部署错误是否继续?” 我在 windows 11 上,我正在使用 android 模拟器 - On Xamarin in Visual Studio 2022 I keep getting "There were deployment errors continue?" I'm on windows 11 and I'm using an android emulator 我正在使用Android模拟器。 如何判断HAXM硬件加速是否正常工作? - I'm using the Android emulator. How can I tell whether or not HAXM hardware acceleration is working? 我无法在 Android 模拟器上连接到互联网,我使用的是 Tata Photon+(2g 移动宽带)设备 - I'm not able to connect to internet on Android Emulator, I'm using Tata Photon+(2g Mobile Broadband) device 我正在使用的所有4个仿真器设备中的EditText文本都不会重叠在清除按钮上,除了NEXUS 4 - EditText text not overlapping over clear button in all 4 emulator devices I'm using, EXCEPT NEXUS 4 如何将日历应用程序插入2.3.3模拟器? (我正在使用Google API级别10) - How get Calendar app into 2.3.3 Emulator? (I'm using Google APIs level 10) 我在尝试在 VSCode 上使用 Android Studio 的模拟器来学习 Flutter 时遇到问题 - I'm having trouble trying to learn Flutter using Android Studio's emulator on VSCode 我正在尝试在模拟器上运行我的 reactNative 应用程序,但在 android 模拟器中出现此错误 - I'm Trying to run my reactNative app on emulator but I'm getting this error in android emulator 我未使用的资源的“找不到与给定名称匹配的资源” - “No resource found that matches given name” for a resource I'm not using 我无法在Android Studio的Android模拟器上连接到互联网 - I'm not able to connect to the internet on the Android Emulator in Android Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM