I am using Phonegap version 9.0.0 and my app fails to launch on an Android device after adding the PhoneGap version to the config.xml file.
If I do not add the Phonegap version to the config.xml file, PhoneGap defaults to 6.5.0 and the app builds and runs correctly. However, if I add <preference name="phonegap-version" value="cli-9.0.0" /> then the build is still successful and downloads to an Android device, however it fails to launch.
Any ideas?