I have an Android library that uploads data to a test server and production server. I\'d like developers using this library to use the test server when developing, and produ
Perhaps you could add a setting to your app for "developer mode".
Another possibility, have it look for a special file or configuration file on the SD card, and key off of that.