I need to test app for work with slow internet connection.
How to simulate slow internet connection on Android emulator?
I need to test app for work with slow internet connection. How to simulate
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For Android Studio projects you can do the following:
If you need to change net speed temporarily, then on an emulator toolbar, click three dots (settings), go to Cellular tab and configure the network speed there. You need to have a recent Android Tools.
If you want to set this speed permanently for some emulator image:
Set the desired net speed
Speeds for reference in increasing kbps:
Re-launch the emulator
OLD ANSWER (obsolete)
If you are working in Eclipse, go to Run->Run Configurations, select your run configuration and then go to “Target” Tab. There you will find a “Network Speed” combobox (under the “Emulator Launch Parameters” section).
If you are running emulator from command line, then you can use “-netspeed” cmd line parameter (run emulator -help-netspeed for overview of possible options)