我有Android Studio运行在2台不同的机器上,都更新到最新版本,Android Emulator更新到30.0.12。在第一台机器上,我可以在Android Emulator中选择5G网络类型:

但在第二台机器上缺少此选项:

两者都使用Pixel 2 API 29仿真器。关于如何在Android Emulator中启用5G网络类型有什么想法吗?
发布于 2020-06-13 03:23:29
根据发行说明,您必须使用API 30和模拟器30.0.17..
https://androidstudio.googleblog.com/2020/06/emulator-30017-canary.html
https://stackoverflow.com/questions/62218217
复制相似问题