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路径->然后转到平台工具->键入命令为“adb devices”,您将能够获得当前正在运行的已连接设备或模拟器的列表。