Right now we can only test a single build type (default:debug). If you want to test your release build type you'll have to change it.
On Tue, Jun 24, 2014 at 6:22 PM, Richard Guion <[email protected]> wrote: > 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. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- 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.
