• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by gdboling

  1. G

    Apps Passing Environment Variables into Test via Ant

    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...