Question

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?

Was it helpful?

Solution

I believe the emulator can simulate the speed of an LTE network, i.e. 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 (e.g. 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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top