shorebirdtech / shorebird

Code Push for Flutter and other tools for Flutter businesses.
https://shorebird.dev
Other
2.04k stars 121 forks source link

fix: Using shorbird causes an exception when installing the app #2214

Open lzwt opened 1 week ago

lzwt commented 1 week ago

App ID: (insert your app ID here) 90539087-cb91-4e3c-8f5b-a1112000cbf6

Description When I do not use shorebird to generate apk, I have no problem installing apk in my app. When I use shorebird to generate apk installation, I will fail to install apk

Expected Behavior install success

erickzanardo commented 6 days ago

Can you share more info? Does it have an error message? Or some logs?

If you do shorebird preview, does it works?

eseidel commented 5 days ago

We have seen similar reports of exceptions during install. They've typically been adb errors. One possible cause is the app already being installed, but signed with a different key https://github.com/shorebirdtech/shorebird/issues/2113.