Open MonkeyDoDev opened 8 months ago
From https://github.com/shorebirdtech/shorebird/issues/1789:
The original design goal of adding this to shorebird preview was to reset the app back to a "fresh from store" state (no patches installed). But it may not be possible to do that on some phones. I guess one thing we could do is catch this error and explain it to the dev.
Does this means that, shorebird will not work on x86 or devices with this error ?
Does this means that, shorebird will not work on x86 or devices with this error ?
Shorebird does not currently support x86 devices (since Flutter doesn't support x86 devices in release mode). Shorebird does support x64, arm7 (32bit) and arm64 on Android as well as arm64 on iOS.
App ID: 130984c0-a89c-44a0-972b-f29f9725b216
Description
When attempting to preview on my android physical device i receive the following error and the process appears to abort. HOWEVER - The app does in-fact install and can be opened manually by clicking the icon.
The
Steps To Reproduce
Expected Behavior
The preview build to compile and install without error and for the application to open automatically