简体   繁体   English

Flutter 插件未安装; 这增加了 Flutter 特定功能。 #Android Studio 未在 /path/to/android/studio 找到

[英]Flutter plugin not installed; this adds Flutter specific functionality. #Android Studio not found at /path/to/android/studio

after viewing the image https://i.stack.imgur.com/I38jR.png I think your paths are not set correctly.查看图像https://i.stack.imgur.com/I38jR.png后,我认为您的路径设置不正确。 For this, you should run the command为此,您应该运行命令

flutter config --android-studio-dir <path of your android studio directoy>

here <path of your directory looks something like this <path of your directory 看起来像这样

/usr/local/android-studio

or maybe something else depending on the way you have installed android studio.或者可能是其他东西,具体取决于您安装 android studio 的方式。 Similarly, for android studio SDK you can run同样,对于 android studio SDK 你可以运行

flutter config --android-sdk <path of your Android sdk directoy>

PS Most probably the next error you might face is the plugins. PS 您可能面临的下一个错误很可能是插件。 So after configuring the paths rerun flutter doctor.因此,在配置路径后重新运行 flutter 医生。 That error can be solved by installing the plugins in android studio.该错误可以通过在 android studio 中安装插件来解决。

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

相关问题 Android Studio - 未安装 Flutter 插件; 这增加了 Flutter 特定的功能 - Android Studio - Flutter plugin not installed; this adds Flutter specific functionality Android Studio(版本 4.1.0)✗ Flutter 插件未安装; 这增加了 Flutter 特定功能 - Android Studio (version 4.1.0) ✗ Flutter plugin not installed; this adds Flutter specific functionality Flutter 问题:在 /path/to/android/studio 中找不到 Android Studio - Flutter Problems: Android Studio not found at /path/to/android/studio linux mint中flutter中的Android Studio(未安装) - Android Studio (not installed) in flutter in linux mint 无法找到 adb - android studio 安装了 flutter - Unable to locate adb - android studio installed with flutter 插件“flutter”与此安装不兼容 Android Studio 3.6.3 - Plugin 'flutter' is incompatible with this installation Android Studio 3.6.3 Flutter 在 Android Studio 便携式设置中出现医生问题“未找到 Android Studio” - Flutter doctor problem “Android Studio not found” in Android Studio Portable setup 找不到 Flutter SDK Android Studio 3.5.3 - Flutter SDK is not found Android Studio 3.5.3 flutter 未找到 Android 工作室。 这是什么 - Android studio not found, by flutter. What is this 在 Android Studio 中的 Flutter App 中找不到已连接的设备 - No Connected Devices Found in a Flutter App in Android Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM