首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >运行颤动医生后出现颤动错误

运行颤动医生后出现颤动错误
EN

Stack Overflow用户
提问于 2020-10-09 19:51:14
回答 1查看 229关注 0票数 0

我用flutter开发windows桌面程序,我安装了visual studio 2019企业版,全装,50G以上。我刚安装了可以改变D盘路径的部分。但是在执行flutter doctor之后,为什么会出现以下提示?

代码语言:javascript
复制
error:

Doctor summary (to see all details, run flutter doctor -v):

    [√] Flutter (Channel dev, 1.23.0-7.0.pre, on Microsoft Windows [Version 10.0.18363.1082], locale zh-CN)
    
    [!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
        ! Some Android licenses not accepted.  To resolve this, run: flutter doctor --android-licenses
    
    [!] Visual Studio - develop for Windows (Visual Studio Enterprise 2019 16.0.0)
    
        X The current Visual Studio installation is incomplete. Please reinstall Visual Studio.
    
    [√] Android Studio (version 4.0)
    
    [!] IntelliJ IDEA Community Edition (version 2019.3)
    
        X Flutter plugin not installed; this adds Flutter specific functionality.
    
        X Dart plugin not installed; this adds Dart specific functionality.
    
    [√] IntelliJ IDEA Ultimate Edition (version 2018.1)
    
    [√] Connected device (1 available)
    
    ! Doctor found issues in 3 categories.
EN

回答 1

Stack Overflow用户

发布于 2020-10-10 05:58:43

来自doctor的特定错误消息意味着vswhere工具为isComplete属性报告了false。这意味着您的Visual Studio安装存在问题(或者至少,Microsoft的工具认为存在问题)。

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

https://stackoverflow.com/questions/64279507

复制
相关文章

相似问题

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