首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Flutter Doctor -无法识别Android studion

Flutter Doctor -无法识别Android studion
EN

Stack Overflow用户
提问于 2018-05-23 07:09:31
回答 1查看 480关注 0票数 0

我刚刚在960evo固态硬盘上安装了全新的Linux Mint18.3,我在flutter doctor上遇到了一些问题。也就是说,当我运行flutter doctor时,它会提示我没有安装Android Studio,但实际上它已经安装在我的系统上了。我可以使用模拟器设备在Intelij中运行flutter应用程序,但医生在抱怨。

代码语言:javascript
复制
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.
EN

回答 1

Stack Overflow用户

发布于 2018-05-25 15:39:34

android studio 3.0及以上版本支持flutter

请更新您的android studio版本

Android Studio3.0现在发布了,要想获得它,你必须点击Help>Check进行更新。完成更新检查后,将出现一个带有下载选项的窗口

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50477648

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档