Cordova 6.4.0: Android Platform Install Whitelist Error
I'm setting up a first cordova projecct. After installing globally Cordova and creting a first app repository am trying to set up the android platform within this command: cordov
Solution 1:
- Update Cordova version
- Set Local Path
- Cordova Tutorial
Solution 2:
This issue appears especially with Cordova 6.4.0 (latest until 31 December 2016) .
To solve this problem, simply uninstall Cordova and re-install it for the version 6.0.0 which affords more stability with the whitelist component.
Steps:
npm uninstall -g cordova
npm install -g cordova@6.0.0
Post a Comment for "Cordova 6.4.0: Android Platform Install Whitelist Error"