【发布时间】:2022-10-18 22:22:18
【问题描述】:
我在项目构建中遇到问题。
我正在使用技术颤振。 我在 Windows 11 上使用 Android-Studio。
错误是:
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
> Android resource linking failed
ERROR:AAPT: error: resource style/Theme.AppCompat.light.NoActionBar (aka com.example.nysos:style/Theme.AppCompat.light.NoActionBar) not found.
error: failed linking references.
我已经清除了我的 gradle 缓存,使用了 flutter clean,File > Invalidate caches > Clear file system chache and Local History > Invalidate and restart。
你能帮我解决这个错误吗?
【问题讨论】: