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
i've been try to run on android real device, at the end its work normaly, but not with ios simulator with error message above :
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: PlatformException(VideoError, Failed to load video: The operation could not be completed, null, null)
flutter: Picture in picture is not supported in this device. If you're using Android, please check if you're using activity v2 embedding.
and this is my flutter doctor :
[✓] Flutter (Channel stable, 2.10.4, on macOS 12.3.1 21E258 darwin-arm, locale en-ID)
[!] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 13.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2021.3.3)
The text was updated successfully, but these errors were encountered:
Hello, @roiskhoiron
I know it's been long time, but i would like to know did you get it work for ios by any chance?
I am facing the same problem while compiling for ios. any response will be appreciated.
i've been try to run on android real device, at the end its work normaly, but not with ios simulator with error message above :
and this is my flutter doctor :
The text was updated successfully, but these errors were encountered: