CC3.8全新的空專案匯出Android遇到Namespace not specified

錯誤資訊如下

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; please refer to 使用 Android Gradle 插件升级助理  |  Android 开发者  |  Android Developers for more information.

請問如何解?

可以参考 Cocos Creator 3.8 手册 - Android 工程升级 手动修改

全新的工程模板应该是升级过的, 你有自定义引擎吗?

就是一個全新的空專案
沒有自定義任何東西

问题还在的话, 可以把构建只有的工程上传到这里看看.