简体   繁体   English

插件 Flutter 不工作,Android Studio

[英]Plugin Flutter not working, Android Studio

Flutter is not running on my Android Studio correct, the emulator does not open the Standart beginning App. Flutter 没有在我的 Android Studio 上运行正确,模拟器没有打开 Standart 开始应用程序。 I believe it is because of some internal mixed up.我相信这是因为一些内部混淆。 I reinstalled everything without success.我重新安装了所有内容但没有成功。 Right now when I run flutter doctor this is shown: flutter doctor现在,当我运行 flutter 医生时,显示的是: flutter 医生

Can I put the plugins manually in some Folder?我可以手动将插件放在某个文件夹中吗? Because opening Android Studio and just downloading the plugin does not change anything.因为打开 Android Studio 并仅下载插件并不会改变任何内容。 Although I can now create flutter Projects and come as far as writing the code but not seeing the app.尽管我现在可以创建 flutter 项目,并且可以编写代码但看不到应用程序。 Any Response is helpfull!任何回应都是有帮助的!

Based on the Flutter doctor output, your android studio is missing Flutter and Dart Plugins. Based on the Flutter doctor output, your android studio is missing Flutter and Dart Plugins. to install them,安装它们,

Open Android Studio and open settings and go to plugins and search for Flutter.打开 Android Studio 并打开设置和 go 到插件并搜索 Flutter。 install it and the Dart plugin.安装它和 Dart 插件。 then restart the android studio然后重启android studio

Your flutter doctor clearly shows that the correct plugins(Dart and Flutter) are not installed.您的 flutter 医生清楚地表明未安装正确的插件(Dart 和 Flutter)。 To install the plugins just follow the steps:要安装插件,只需按照以下步骤操作:

  • File->Settings->Plugins-> Type/ To see options.文件->设置->插件->类型/查看选项。 Here search for flutter.在这里搜索 flutter。
  • Install the plugin and restart the Android Studio.安装插件并重启 Android Studio。
  • If you face any kind of problem after restarting try doing the following: File-> Invalidate Caches/ Restart如果您在重新启动后遇到任何问题,请尝试执行以下操作:File-> Invalidate Caches/ Restart

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

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