请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

flutter 添加第三方插件报错

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.![图片描述](http://img1.sycdn.imooc.com/szimg/5eeb1e7f09533c7613280591.jpg

本人使用 androidStudio 4.0

```android {    compileSdkVersion 28    compileOptions {        sourceCompatibility 1.8        targetCompatibility 1.8    }    defaultConfig {        applicationId "com.example.car_analyzef.host"        minSdkVersion 16        targetSdkVersion 28        versionCode 1        versionName "1.0"        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"    }    buildTypes {        profile {            initWith debug        }        release {            // TODO: Add your own signing config for the release build.            // Signing with the debug keys for now, so `flutter run --release` works.            signingConfig signingConfigs.debug        }    }}```

```buildscript {    repositories {        google()        jcenter()    }    dependencies {        classpath 'com.android.tools.build:gradle:3.5.0'    }}allprojects {    repositories {        google()        jcenter()    }}task clean(type: Delete) {    delete rootProject.buildDir}```

正在回答 回答被采纳积分+3

1回答

CrazyCodeBoy 2020-06-19 09:03:16

执行下flutter clean然后在试下

0 回复 有任何疑惑可以回复我~
  • 提问者 moses_wang123 #1
    这个方法不管用,github上的方法也不行。我发现如果插件时纯flutter开发的就行,如果插件实际会调用android原生方法,这类的插件就用不了了。
    回复 有任何疑惑可以回复我~ 2020-06-19 11:34:15
  • CrazyCodeBoy 回复 提问者 moses_wang123 #2
    尝试将flutter版本升级到v1.17试一下。
    回复 有任何疑惑可以回复我~ 2020-06-23 09:03:31
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信