I've just tried to change the package name to "com.77tests.test" resulting in a "invalid package name" error. It works if the "sub-package" doesn't start with a number.
An article in stackoverflow suggests to start the sub-package name with a leading "_", unfortunately this doesn't work for me in B4A.
Hi,
I've just tried to change the package name to "com.77tests.test" resulting in a "invalid package name" error. It works if the "sub-package" doesn't start with a number.
An article in stackoverflow suggests to start the sub-package name with a leading "_", unfortunately this doesn't work for me in B4A.
Thanks
Yes, the trailing number(s) is the problem, and not a big issue, I'm just wondering why the suggested solution with a leading "_" doesn't work with b4a,
for example "com._77tests.test"