I am currently trying to upload an Android App to Volt.Build however it keeps getting a "UserError: Parse Error in config.xml: not well-formed (invalid token): line 9, column 0", I'm using Visual Studio Code and the first "<name>
" is not Blue while "</name>
" is Blue, its not well formed and I don't know how to fix it
<?xml version = '1.0' encoding = 'UTF-8'?><widgetandroid-versionCode = '1.0'id = 'com.diamondgrounds.name'version = '1.0.0'xmlns = 'https://www.w3.org/ns/widgets'<name>name</name><description>Created by BioPlant, ported to Android by DiamondGrounds</description></author><content src="index.html" /><preference name = 'orientation' value = 'landscape'/></widget>