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
After upgrading to version 1.1.0, the --artifact option has been changed to --android-artifact. However, when using the command shorebird release android --android-artifact apk, an error occurs stating "Invalid argument(s): Could not find an option named 'split-per-abi'." When using shorebird release android --android-artifact aab, the package is built successfully. Could you suggest any solutions to resolve the error occurring with the --android-artifact apk argument?
The text was updated successfully, but these errors were encountered:
PS D:\code\FlutterProjects\flutter_demo_1> shorebird release android --android-artifact apk --release-version 1.0.1
Invalid argument(s): Could not find an option named "split-per-abi".
If you aren't sure why this command failed, re-run with the --verbose flag to see more information.You can also file an issue if you think this is a bug. Please include the following log file in your report:C:\Users\molly\AppData\Roaming\shorebird\logs\1715343825651_shorebird.logPS D:\code\FlutterProjects\flutter_demo_1>
Description
After upgrading to version 1.1.0, the --artifact option has been changed to --android-artifact. However, when using the command shorebird release android --android-artifact apk, an error occurs stating "Invalid argument(s): Could not find an option named 'split-per-abi'." When using shorebird release android --android-artifact aab, the package is built successfully. Could you suggest any solutions to resolve the error occurring with the --android-artifact apk argument?
The text was updated successfully, but these errors were encountered: