简体   繁体   中英

How can I emulate 4G (LTE) network in Android SDK

Could you please help me, is it possible to emulate 4G (LTE) network in Android SDK? I need Android emulator with LTE network for testing. Or there is some other soft which can help me?

I believe the emulator can simulate the speed of an LTE network, ie you should be able to do one of the following:

1) Start the emulator with the following option:

emulator -netspeed lte <other-options>

2) Connect to an existing emulator's console (eg telnet localhost 5554), then type:

network speed lte

On the other hand, I don't think there is a way to simulate a real LTE network out of the emulator, if that's what you're interested in.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM