1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| ~$ flutter doctor --android-licenses ~$ flutter doctor -v [✓] Flutter (Channel master, 1.21.0-6.0.pre.227, on Linux, locale en_US.UTF-8) • Flutter version 1.21.0-6.0.pre.227 at /home/michael/3TB-DISK/github/flutter • Framework revision e9117c1902 (12 hours ago), 2020-08-06 08:15:25 -0700 • Engine revision 36db6cfdd1 • Dart version 2.10.0 (build 2.10.0-3.0.dev 14a6aac97b)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1) • Android SDK at /home/michael/3TB-DISK/Android/Sdk/ • Platform android-30, build-tools 30.0.1 • ANDROID_HOME = /home/michael/3TB-DISK/Android/Sdk/ • ANDROID_SDK_ROOT = /home/michael/3TB-DISK/Android/Sdk/ • Java binary at: /home/michael/IDE_DIR/android-studio/jre/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted.
[✓] Linux toolchain - develop for Linux desktop • clang version 7.0.1-8 (tags/RELEASE_701/final) • cmake version 3.13.4 • ninja version 1.8.2 • pkg-config version 0.29
[✓] Android Studio (version 4.0) • Android Studio at /home/michael/IDE_DIR/android-studio • Flutter plugin version 48.0.2 • Dart plugin version 193.7361 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[✓] VS Code (version 1.47.3) • VS Code at /usr/share/code • Flutter extension version 3.13.2
[!] Proxy Configuration • HTTP_PROXY is set ! NO_PROXY is not set
[✓] Connected device (1 available) • Linux (desktop) • linux • linux-x64 • Linux ! Doctor found issues in 1 categories.
|