flutter 添加第三方插件报错
来源:14-4 如何甄选Flutter包和插件

moses_wang123
2020-06-18
Couldn't read file LocalFile: 'D:lutter_windows_v1.12.13+hotfix.8-stablelutter.pub-cachehostedpub.flutter-io.cnluttertoast-3.1.3androidsrcmainjavaiogithubponnamkarthik oastluttertoastFluttertoastPlugin.java' even though it exists. Please verify that this file has read permission and try again. jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.5.0' }}allprojects { repositories { google() jcenter() }}task clean(type: Delete) { delete rootProject.buildDir}```
1回答
-
CrazyCodeBoy
2020-06-19
执行下flutter clean然后在试下
022020-06-23
相似问题