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 SDK 中模拟 4G (LTE) 网络?我需要带有 LTE 网络的 Android 模拟器进行测试。还是有其他可以帮助我的软件?
我相信模拟器可以模拟 LTE 网络的速度,即您应该能够执行以下操作之一:
1)使用以下选项启动模拟器:
emulator -netspeed lte <other-options>
2) 连接到现有模拟器的控制台(例如 telnet localhost 5554),然后输入:
network speed lte
另一方面,如果您对此感兴趣,我认为没有办法从模拟器中模拟真正的 LTE 网络。