How do I create Android app builds similar to Windows code builds? I have my Android app code base checked in to Tortoise SVN. But I also have the binaries checked in – i.e the apk file etc. and not just the source code. Everytime there is a change I am building it manually on Eclipse and then updating the apk and the code folders. Is there no mechanism to create builds like on Windows where you run a batch file running the visual studio exe to create builds and binaries. I need this because otherwise it s just replacing the apk’s everytime. Its very frustrating that I dont know this simple detail so please help!
Share
You can use ant building scripts (details at http://developer.android.com/guide/developing/building/building-cmdline.html).