Reputation: 193
To test apps that use internet connections i need something to configure the quality of it, is there any way to do this in Eclipse?
Thanks.
Upvotes: 0
Views: 341
Reputation: 4167
You can use -netdelay
parameter with Android emulator to emulate slow internet connections.
See here:
http://developer.android.com/tools/help/emulator.html#startup-options
Upvotes: 2
Reputation: 7020
If youre testing in an android emulator you can use the Emulator Control which comes with the android adt. You find it within the DDMS view.
Upvotes: 2