I'm creating some integration tests for an Android app that grabs some json from webservices. I'd like to be able to pass the server information (url, creds) into the Test via Ant rather than hard coding them.
I'd also like to avoid modifying the ${sdk.dir}/tools/ant/build.xml file. Can someone point me in the right direction?
I'd also like to avoid modifying the ${sdk.dir}/tools/ant/build.xml file. Can someone point me in the right direction?