I am new to VoltBuilder. Currently trying to upload my project and I am getting an error.
I have read through the tutorials, but this is over my head. I am very nervous about changing anything in the config.xml. I copied and pasted the original config.xml (from a sample I think) and it worked, but have no working knowledge about what any of it means.
VoltBuilder run started at 2021-03-19 13:39:13.491439
Plan: Indy - AppStudio
Preflight Check
Warning: 'package.json' found in project, will not be used.
Warning: 'build.json' found in project, will not be used.
adding android to xmlns
Output: Thanks for opting into telemetry to help us improve cordova.
Output: App id contains a reserved word, or is not a valid identifier.
App id (in config.xml) contains a reserved word, has invalid characters, or is not a valid identifier.
For iOS, check that the application-identifier in your .mobileprovision file is a reverse domain-style identifier,
such as com.cordova.hellocordova.
Check the log for more information.
Build dd8b7a3f-35dd-4806-8d08-99c58600bfca failed
Letâs take these one at a time. Fix them, then letâs see what comes next.
Warning: 'package.json' found in project, will not be used.
Warning: 'build.json' found in project, will not be used.
You have a couple of files in your project which probably shouldnât be there. VoltBuilder creates them from the other files you pass to it. To get rid of these messages, delete these files in your project.
Output: App id contains a reserved word, or is not a valid identifier.
App id (in config.xml) contains a reserved word, has invalid characters, or is not a valid identifier.
For iOS, check that the application-identifier in your .mobileprovision file is a reverse domain-style identifier,
such as com.cordova.hellocordova.
Have a look at config.xml in Project Properties. Itâs in the VoltBuilder & Cordova section. What is in the id clause? It should be something like this:
I drag and drop to the Android button on âUpload your Appâ
I get an error message now that says.
âconfig.xml file not found.
Check your folder structure.
See How to set up your project | VoltBuilder
Build f518a10a-8ead-46fd-af3d-6fa8750cbd1c failedâ
P.S. Up to this point, I had been making a zip folder of the project itself and getting the previous error messages that I sent. Now as I understand it, I should have been zipping the APK.