Android project doesn't compile: "Namespace not specified". #1725
Closed
JustTheZaio
started this conversation in
General
Replies: 1 comment 3 replies
-
converted to discussion as it is not an issue. Did you try the instructions here? https://github.com/Etar-Group/Etar-Calendar?tab=readme-ov-file#build-instructions |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've downloaded the source code from here:
https://github.com/Etar-Group/Etar-Calendar
but when I try to compile and launch it, the following error message is shown:
**_Namespace not specified. Specify a namespace in the module's build file: C:\Development\Etar-Calendar\external\calendar\build.gradle. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant._**
The weird thing is that inside the App build.gradle.kts the namespace is present
android { namespace = "ws.xsoh.etar" ...
Is it possible that I'm the only who face this bug? Tried to search similar problem inside the forum and on the web but couldn't find no solution for this.
Beta Was this translation helpful? Give feedback.
All reactions