Open file build.gradle which is in C:\lazarusAndroid\LAMW\lazandroidmodulewizard\demos\GUI\AppHelloWord\ (that is where demo project is).
Check if there is a line that contains
namespace, like this line highlighted:
android {
namespace "org.lamw.apphelloword"
splits {
abi {
enable true
I never opened this demo until this evening and there wasn't line with
namespace either, but when I opened this demo, Lazarus asked me to update build.gradle (and I let him), and after that this file was changed.
I am attaching my build.gradle from this demo project, so you can compare it with your file.
P.S.: I had to add '.txt' extension on attached file because forum didn't allow me to post original name.