Eric Seidel

Results 803 comments of Eric Seidel

We don't currently plan to support this, given that most applications have to build .aabs for store distribution. Thanks.

It would be fun to add Harmony OS support, however upstream Flutter doesn't support Harmony OS to my knowledge? Are you aware of a version of Flutter ported to Harmony...

Thanks! Shorebird currently only works with Flutter 3.10 and later (on Android) and Flutter 3.24.0 and later on iOS. I'm interested in supporting Harmony OS, but I suspect we will...

I don't see any path for us to take action on this soon, so closing this for now. I'd be very interested in adding this eventually!

https://gitee.com/harmonycommando_flutter/flutter is another fork, I'm not sure which is "official".

We could still catch this error and display something better.

Sorry for the delay. We would love to help. Probably the easiest way would be to work on this together via either chat (e.g. https://discord.gg/shorebird) or over a video call:...

It looks like we assume "monkey" exists on the device, but that's probably not a valid assumption: ``` 2025-04-08T18:54:42.527380 [Process.run] /Users/hy/Library/Android/sdk/platform-tools/adb shell monkey --pct-syskeys 0 -p com.example.my_shorebird_app 1 2025-04-08T18:54:42.599064 [?7l...

I think we will need to fall back to a different starting method in that case: https://github.com/shorebirdtech/shorebird/blob/dcd93ea5d3ded044d6de93cd487d4938e9b7b1f1/packages/shorebird_cli/lib/src/executables/adb.dart#L46

I would recommend trying running: `adb shell ls /system/bin` and pasting the output. My guess is something is strange about the phone/emulator we're connecting to that it doesn't have all...