mardi 27 juin 2017

Is it possible to build instrumentation tests for both debug and release in Android Studio using Gradle

Currently I can only build either debug or release tests in Android Studio(2.3.2) and Gradle(3.3) using testBuildType "debug"(by default, not required in build.gradle)/testBuildType "release". Is it possible to build tests for both debug and release builds? If so how?

Aucun commentaire:

Enregistrer un commentaire