Advertisement
Guest User

Untitled

a guest
Sep 16th, 2020
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Hi, this is the output of the **adb** command: 'Android Debug Bridge version 1.0.39
  2. Version 1:8.1.0+r23-5ubuntu2
  3. Installed as /usr/lib/android-sdk/platform-tools/adb
  4.  
  5. global options:..
  6. .
  7.  
  8. environment variables:
  9. $ADB_TRACE
  10. comma-separated list of debug info to log:
  11. all,adb,sockets,packets,rwx,usb,sync,sysdeps,transport,jdwp
  12. $ADB_VENDOR_KEYS colon-separated list of keys (files or directories)
  13. $ANDROID_SERIAL serial number to connect to (see -s)
  14. $ANDROID_LOG_TAGS tags to be used by logcat (see logcat --help)
  15. '
  16. and this is the output of the 'flutter doctor -v' command
  17.  
  18. '
  19. [✓] Flutter (Channel stable, 1.20.3, on Linux, locale fr_FR.UTF-8)
  20. • Flutter version 1.20.3 at /home/coach/Documents/development/flutter
  21. • Framework revision 216dee60c0 (il y a 2 semaines), 2020-09-01 12:24:47 -0700
  22. • Engine revision d1bc06f032
  23. • Dart version 2.9.2
  24.  
  25. [!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
  26. • Android SDK at /home/coach/Android/Sdk
  27. • Platform android-30, build-tools 30.0.2
  28. • Java binary at: /snap/android-studio/91/android-studio/jre/bin/java
  29. • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
  30. ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
  31.  
  32. [✓] Android Studio (version 4.0)
  33. • Android Studio at /snap/android-studio/91/android-studio
  34. • Flutter plugin version 49.0.2
  35. • Dart plugin version 193.7547
  36. • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
  37. [✓] Connected device (1 available)
  38. • AOSP on IA Emulator (mobile) • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)
  39. ! Doctor found issues in 1 category.
  40. '
  41. by the way, the *flutter doctor --android-licenses* command doesn't resolve the problem!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement