ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

Flutter之运行错误:this and base files have different roots

2026/9/21 7:05:52 拓冰建站 浏览量
Flutter之运行错误:this and base files have different roots

运行时报错:

this and base files have different roots: E:\Demolpro\waqu\build\flutter-plugin-_android_lifecycle and C:\Users\78535\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_pulgin_android_lifecycle-2.0.17\android

如图:

这种情况解决办法是把项目转移到C盘目录。

目前没有发现更好的方法,有什么好的方法欢迎一起探讨。

可要的原因是Flutter缓存在C盘需要将缓存和项目放到一起。但是不知道怎么修改路径。