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
Hmm, -r still doesn't work to overwrite the app store version of the app, you get INSTALL_FAILED_UPDATE_INCOMPATIBLE complaining about the signatures not matching. You have to adb uninstall it first, but this is probably beyond what corber should be doing.
Seems like expected behaviour.
corber/lib/targets/android/tasks/install-app-device.js
Line 9 in d9175bf
Needs the
-r
flag here to do so, like the emulator version:corber/lib/targets/android/tasks/install-app-emulator.js
Line 9 in d9175bf
The text was updated successfully, but these errors were encountered: