flutter Could not create an instance of type com.android.build.api.variant.impl.

siman 2024-12-25 14:53:05 88 0 来自 中国
Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.


今天无事升级了下flutter的开发环境,,

悲剧了 所有混编扩展全部报错,, com.android.build.api.variant.impl.LibraryVariantBuilderImpl.


原因 使用 Gradle 8.x 时,您需要在 build.gradle 文件中具有命名空间定义才能编译项目。


解决方法 namespace
  1. android {

  2.     namespace = "com.28xin.com.im"  //命名空间
  3.     compileSdkVersion 31

复制代码
添加上就好了!
您需要登录后才可以回帖 登录 | 立即注册

Powered by CangBaoKu v1.0 小黑屋藏宝库It社区( 冀ICP备14008649号 )

GMT+8, 2025-1-19 03:40, Processed in 0.184213 second(s), 33 queries.© 2003-2025 cbk Team.

快速回复 返回顶部 返回列表