-
So it downloads the APK and attempts to install it by prompting a pop-up window on the device asking the User to Install or Cancel. When I tap Install, it says |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
My guess is that the signature of the installed app is different from the update apk, e.g. when you try to update a debug app with a release app. |
Beta Was this translation helpful? Give feedback.
-
You can get a complete error message if you install the update apk via adb like so: |
Beta Was this translation helpful? Give feedback.
You can get a complete error message if you install the update apk via adb like so:
adb install update.apk