IS there a step by step guide for C2+PhoneGap? Because, honestly... I've spent about 30 minutes and I still don't know what to even click lol. With XDK it was confusing but at least I had buttons to press - now I don't even know where are the buttons. Remember that C2 is a tool for code-dumb people
The key to PhoneGap Build is the config.xml file in the project root. Using the XDK, add some plugins and then use the "Cordova Build Package" feature (on the Build tab) to export a ZIP that can be submitted to PhoneGap Build. Within that ZIP you'll find a config.xml file that works with PhoneGap Build (and with Cordova CLI).
Add or delete a plugin from your XDK project, or change some settings in the Build Settings, and use the "Cordova Build Package" tool to export another ZIP file, a second time. Compare the config.xml from the second export to the first. You'll see what it is doing. It's not that difficult.
The full contents of the config.xml file are documented on the PhoneGap Build and Apache Cordova sites. The PhoneGap Build version of a config.xml file is a superset of the Cordova one. But to get started, the simplest thing to do is configure your project using the XDK and then exporting using the "Cordova Build Package" tool. From there, you can do it all outside the XDK, by editing your project config.xml file directly.
Irbis -- Please share these instructions with the rest of the Construct2 community.