提问人:Zoe Engel 提问时间:8/4/2023 更新时间:8/4/2023 访问量:251
如何解决“未指定命名空间”但我已指定它
How do i resolve, "Namespace not specified" but I have specified it
问:
尝试在 Android 模拟器上运行我的 flutter 项目时收到以下错误
Namespace not specified. Please specify a namespace in the module's build.gradle file like so:
android {
namespace 'com.example.namespace'
}
If the package attribute is specified in the source AndroidManifest.xml, it can be migrated automatically to the namespace value in the build.gradle file using the AGP Upgrade Assistant
我指定了一个命名空间,我的 AGP 版本是 8.0.2,Gradle 是 8.0.1,所以我不确定我缺少什么
答: 暂无答案
评论