简体   繁体   English

Flutter Doctor-无法识别Android Studion

[英]Flutter Doctor - Android studion not recognized

I've just installed Fresh Linux Mint 18.3 on an 960evo ssd and Im having some problem with flutter doctor. 我刚刚在960evo ssd上安装了Fresh Linux Mint 18.3,我对Flutter Doctor遇到了问题。 Namely when I run flutter doctor it says that I don;t have installed Android Studio but in fact it's already installed on my system. 也就是说,当我运行Flutter Doctor时,它说我没有安装Android Studio,但实际上它已经安装在我的系统上。 I can run flutter app in Intelij using emulator device but doctor is complaining. 我可以使用仿真器设备在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.

flutter is supported by android studio 3.0 and above version android studio 3.0及更高版本支持flutter

please update your android studio version 请更新您的android studio版本

Android Studio 3.0 is out now, to get it you have to click on Help>Check for Updates. Android Studio 3.0现在已经发布,要获取它,必须单击“帮助”>“检查更新”。 Once it finishes checking for updates, a window will appear with the Download option 完成更新检查后,将出现一个带有“下载”选项的窗口

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM