None of the following candidates is applicable because of a receiver type mismatch

问题描述

Unresolved Reference
None of the following candidates is applicable because of a receiver type mismatch:
* internal val File.root: File defined in kotlin.io

背景

  1. 没改代码
  2. build不过
  3. 别人build能过
  4. 使用AndroidStudio版本都一致
  5. 出现上面的错误
  6. 「Invalidate Caches」、「Clean & Build」、「Rebuild」都不好使

解决

  1. 第一步「Clean」
  2. 第二步 删除 「.gradle」 & 「.buildCacheDir」
  3. 第三步 「Build」

好了,应该可以了。

如果不行,在第一步之后先 「Invalidate Caches」一次

你可能感兴趣的:(Android,Notes,Android,Build不过)