Hello fellow Android developers.
I have a simple question.
What is the preferred method for running an ant build on a dedicated server using Hudson or some other build automation tool?
There are two schools of thought here. 1. Install the android sdk on the server and use the sdk resources. Then you run into problems where the build environment does not match the developer environment 2. Keep the sdk off the server and put needed resources in the project so any needed resources are relative to the project. Now we always know the build resources are identical to the development resources.
Thanks for your help