1- If you used the Ripple simulator as a target, nothing will be created in the bin folder. You need to switch the assembly configuration to โdeviceโ so that the files are created
2 - There is nothing special in the www folder created by the Visual Studio template, and you should not have problems with PhoneGap Build. If you have errors, they come from your JS code
3 - To create binaries for Android using the extension for multiple Hybrid devices for Visual Studio, you should be fine just switching the build configuration to โdeviceโ instead of the Ripple simulator. For iOS, you need to use the Remote Build and Simulation Agent for iOS (which requires a Mac, because iOS tools are NOT available for Windows, and you cannot generate the iOS binary directly on your Windows machine. Otherwise, you might consider using PhoneGap Build services
Olivier bloch
source share