Android 在AGP 版本升级 8.11.0 后运行报错 targetVersion 34 + 因为强制要求设置namespace https://developer.android.com/build/configure-app-module#set-namespace <img width="3198" height="594" alt="Image" src="https://github.com/user-attachments/assets/8ca65ecf-0adf-494e-8620-7b9646fe7d82" /> 解决方法在android build.gradle 里面加上 namespace "io.openim.flutter_openim_sdk" --------------------------------------------------- Android reports an error after AGP version upgrade 8.11.0 targetVersion 34 + Because it is mandatory to set the namespace https://developer.android.com/build/configure-app-module#set-namespace <img width="3198" height="594" alt="Image" src="https://github.com/user-attachments/assets/8ca65ecf-0adf-494e-8620-7b9646fe7d82" /> The solution is to add the namespace "io.openim.flutter_openim_sdk" in android build.gradle