ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

[SDK-3701] Fix/missing client options android decoder #473

Closed sacOO7 closed 1 year ago

sacOO7 commented 1 year ago

Fixed #472

AndyTWF commented 1 year ago

Looks like we've got some failing CI here?

sacOO7 commented 1 year ago

Looks like we've got some failing CI here?

Yes, I will check what might be going wrong 👍

sacOO7 commented 1 year ago

Changes LGTM - thanks 👍🏻

Looks like we're failing on Android 29, perhaps related to ReactiveCircus/android-emulator-runner#324, although the error is slightly different.

Can you have a look into this? :)

Actually, I am retrying the build. Most likely related to spawning the emulator. Since, it's an emulator-related issue, not sure what can be done to fix it, other than retrying : (

PS. If the emulator error persists, can be fixed separately, since it's not related to this issue.