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
Device: Linux (desktop) - linux-arm64 - Ubuntu 22.04.3 LTS 5.15.0-94-generic
output of flutter run --target=lib/main_development.dart -d linux :
CMake Error at flutter/ephemeral/.plugin_symlinks/sqlcipher_flutter_libs/linux/CMakeLists.txt:15 (add_library):
Target "sqlcipher_flutter_libs_plugin" links to target "Threads::Threads"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
CMake Error at flutter/ephemeral/.plugin_symlinks/sqlcipher_flutter_libs/linux/CMakeLists.txt:15 (add_library):
Target "sqlcipher_flutter_libs_plugin" links to target "Threads::Threads"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
CMake Generate step failed. Build files cannot be regenerated correctly.
output of flutter doctor
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[\u2713] Flutter (Channel stable, 3.19.0, on Ubuntu 22.04.3 LTS 5.15.0-94-generic,
locale C.UTF-8)
[\u2717] Android toolchain - develop for Android devices
\u2717 Unable to locate Android SDK.
Install Android Studio from:
https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK
components.
(or visit https://flutter.dev/docs/get-started/install/linux#android-setup
for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
[\u2717] Chrome - develop for the web (Cannot find Chrome executable at
google-chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[\u2713] Linux toolchain - develop for Linux desktop
[!] Android Studio (not installed)
[\u2713] Connected device (1 available)
[\u2713] Network resources
The text was updated successfully, but these errors were encountered:
Device:
Linux (desktop) - linux-arm64 - Ubuntu 22.04.3 LTS 5.15.0-94-generic
output of
flutter run --target=lib/main_development.dart -d linux
:output of
flutter doctor
The text was updated successfully, but these errors were encountered: