I have our project building instrumentation tests - using androidTest in the gradle file - just fine. I build the tests with a task such as "assembleXXXDebugTest", where XXX is the product flavor we are building.
Why are all the tasks for androidTest / instrumentation Debug only and not release? I have a situation where I need both the app apk and the instrumentation test apk signed with the same key on the build server. My first thought was, I will build the test apk in release mode and get it signed - then I realized that there are no release mode tasks for test builds. -- 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/d/optout.
