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
It seems that android:run chooses between a debug build and a release build, depending on which of (android:package-debug, android:package-release) was the most recent. In particular, it does a debug build by default, however it switches to a release build after I run android:package-release. I think this is not obvious and could be documented for two reasons:
For people who want to know how to launch a release build and have no idea, how
For people who get FAILED_INCONSISTENT_CERTIFICATES after ;android:package-release;...;...;run and have no idea, why
The text was updated successfully, but these errors were encountered:
It seems that
android:run
chooses between a debug build and a release build, depending on which of (android:package-debug
,android:package-release
) was the most recent. In particular, it does a debug build by default, however it switches to a release build after I runandroid:package-release
. I think this is not obvious and could be documented for two reasons:FAILED_INCONSISTENT_CERTIFICATES
after;android:package-release;...;...;run
and have no idea, whyThe text was updated successfully, but these errors were encountered: