You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, community. Perhaps someone has encountered this problem. My application has a branched configuration with many productFlavors. I use the ./gradlew assembleUatRelease
command to build the main build. (uat - one of flavor)
To get a test build I add assembleAndroidTest -DtestBuildType=release as well.
But in the end the builds have different signatures. And the emulator cannot run the application. How can I explicitly configure AndroidTest build?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, community. Perhaps someone has encountered this problem. My application has a branched configuration with many productFlavors. I use the
./gradlew assembleUatRelease
command to build the main build. (uat - one of flavor)
To get a test build I add
assembleAndroidTest -DtestBuildType=release
as well.But in the end the builds have different signatures. And the emulator cannot run the application.
How can I explicitly configure AndroidTest build?
Beta Was this translation helpful? Give feedback.
All reactions