AHilberink Active Member Licensed User Longtime User May 13, 2019 #1 Hi, Is it correct that Application.LabelName starts with a dot ("."), while my labelname doesn't? Best regards, André
Hi, Is it correct that Application.LabelName starts with a dot ("."), while my labelname doesn't? Best regards, André
DonManfred Expert Licensed User Longtime User May 13, 2019 #2 You are not providing enough informations. What exactly starts with a dot? B4X: #ApplicationLabel: TapKeyB4A results in this manifestentry <application android:icon="@drawable/icon" android:label="TapKeyB4A" Click to expand...
You are not providing enough informations. What exactly starts with a dot? B4X: #ApplicationLabel: TapKeyB4A results in this manifestentry <application android:icon="@drawable/icon" android:label="TapKeyB4A" Click to expand...
AHilberink Active Member Licensed User Longtime User May 13, 2019 #3 Hi DonManfred, B4X: #ApplicationLabel: TestProject I use B4X: Log(Application.LabelName) and the log shows .TestProject Basic4Android v8.80 Best regards, André
Hi DonManfred, B4X: #ApplicationLabel: TestProject I use B4X: Log(Application.LabelName) and the log shows .TestProject Basic4Android v8.80 Best regards, André
Erel B4X founder Staff member Licensed User Longtime User May 14, 2019 #4 No. My guess is that you changed something in the manifest editor that causes it. Please upload a project that demonstrates it.
No. My guess is that you changed something in the manifest editor that causes it. Please upload a project that demonstrates it.
AHilberink Active Member Licensed User Longtime User May 14, 2019 #5 Erel said: No. My guess is that you changed something in the manifest editor that causes it. Please upload a project that demonstrates it. Click to expand... I found the problem within the Manifest: SetApplicationAttribute(android:label, ".$LABEL$") I added the dot, because of a manifest-error and this could be a solution.
Erel said: No. My guess is that you changed something in the manifest editor that causes it. Please upload a project that demonstrates it. Click to expand... I found the problem within the Manifest: SetApplicationAttribute(android:label, ".$LABEL$") I added the dot, because of a manifest-error and this could be a solution.