You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: