我刚刚在960evo固态硬盘上安装了全新的Linux Mint18.3,我在flutter doctor上遇到了一些问题。也就是说,当我运行flutter doctor时,它会提示我没有安装Android Studio,但实际上它已经安装在我的系统上了。我可以使用模拟器设备在Intelij中运行flutter应用程序,但医生在抱怨。
flutter doctor -v
[✓] Flutter (Channel beta, v0.3.2, on Linux, locale en_US.UTF-8)
• Flutter version 0.3.2 at /home/mugen/development/flutter
• Framework revision 44b7e7d3f4 (5 weeks ago), 2018-04-20 01:02:44 -0700
• Engine revision 09d05a3891
• Dart version 2.0.0-dev.48.0.flutter-fe606f890b
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /home/mugen/Android/Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-27, build-tools 27.0.3
• Java binary at: /usr/bin/java
• Java version Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
• All Android licenses accepted.
[✗] Android Studio (not installed)
• Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.io/setup/#android-setup for detailed instructions).
[✓] IntelliJ IDEA Ultimate Edition (version 2018.1)
• IntelliJ at /home/mugen/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0/181.5087.20
• Flutter plugin version 24.2.2
• Dart plugin version 181.4892.1
[!] Connected devices
! No devices available
! Doctor found issues in 2 categories.发布于 2018-05-25 15:39:34
android studio 3.0及以上版本支持flutter
请更新您的android studio版本
Android Studio3.0现在发布了,要想获得它,你必须点击Help>Check进行更新。完成更新检查后,将出现一个带有下载选项的窗口
https://stackoverflow.com/questions/50477648
复制相似问题