异常:不应为错误类型创建SimpleTypeImpl

在迁移到androidX后遇到此错误。

java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type: ErrorScope{Error scope for class <ERROR CLASS> with arguments: org.jetbrains.kotlin.types.IndexedParametersSubstitution@14ac19e7}

这link帮助不大


解决方案

对我来说,出现该错误是因为import语句无效。Android Studio没有展示任何与此相关的内容。我必须查看每个单独的文件,然后Studio显示无效导入错误。修复了它,构建错误就消失了。

相关文章