Hi there, I'm currently playing around with a CI server and an Android project. So far I could get it to work but I want to automate more.
One of the problems I couldn't solve is how I know which apk-files have been created in this particular build and how to find them. I know where there are ( ./app/build/apk/*.apk ) but I don't know how they are called and which ones in there might be there from a previous build. Always doing a clean before the build slows down the build, too, so I want to avoid that. Best would be, from the CI-server perspective, if I could access a variable that contains all final names with their full path. How do I do that so I can do further stuff like archiving certain build files etc? Thanks and have a great weekend, Stefan -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
