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 中:
打开Android Virtual Device Manager并检查Platform您的 AVD(Android 虚拟设备)。
Android Virtual Device Manager
Platform
以编程方式:
String sdkVersion = android.os.Build.VERSION.SDK;