M mywmshow Member May 10, 2024 #1 May I ask how to correct this error in the code? Thank you very much! B4X: <meta-data android:name="ZEUS_PLUGIN_PANGLE" android:value="{ apiVersionCode:6104, packageName:com.byted.pangle, minPluginVersion:6104, internalPath:1237429535, internalVersionCode:6104 }" />
May I ask how to correct this error in the code? Thank you very much! B4X: <meta-data android:name="ZEUS_PLUGIN_PANGLE" android:value="{ apiVersionCode:6104, packageName:com.byted.pangle, minPluginVersion:6104, internalPath:1237429535, internalVersionCode:6104 }" />
Solution M M mywmshow May 22, 2024 The problem has been resolved, just replace the comma with a semicolon. B4X: <meta-data android:name="ZEUS_PLUGIN_PANGLE" android:value="{ apiVersionCode:6104; packageName:com.byted.pangle; minPluginVersion:6104; internalPath:1237429535; internalVersionCode:6104 }" />
The problem has been resolved, just replace the comma with a semicolon. B4X: <meta-data android:name="ZEUS_PLUGIN_PANGLE" android:value="{ apiVersionCode:6104; packageName:com.byted.pangle; minPluginVersion:6104; internalPath:1237429535; internalVersionCode:6104 }" />
Erel B4X founder Staff member Licensed User Longtime User May 10, 2024 #2 How are you adding this to your project? Where is the full error message? Upvote 0
M mywmshow Member May 10, 2024 #3 Erel said: How are you adding this to your project? Where is the full error message? Click to expand... That's how it is. Attachments 1.png 50 KB · Views: 69 Upvote 0
Erel said: How are you adding this to your project? Where is the full error message? Click to expand... That's how it is.
Erel B4X founder Staff member Licensed User Longtime User May 12, 2024 #4 Post the manifest editor code. As text. Upvote 0
M mywmshow Member May 22, 2024 #5 The problem has been resolved, just replace the comma with a semicolon. B4X: <meta-data android:name="ZEUS_PLUGIN_PANGLE" android:value="{ apiVersionCode:6104; packageName:com.byted.pangle; minPluginVersion:6104; internalPath:1237429535; internalVersionCode:6104 }" /> Upvote 0 Solution
The problem has been resolved, just replace the comma with a semicolon. B4X: <meta-data android:name="ZEUS_PLUGIN_PANGLE" android:value="{ apiVersionCode:6104; packageName:com.byted.pangle; minPluginVersion:6104; internalPath:1237429535; internalVersionCode:6104 }" />