Skip to content Skip to sidebar Skip to footer

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:

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:

  1. npm uninstall -g cordova
  2. npm install -g cordova@6.0.0

Post a Comment for "Cordova 6.4.0: Android Platform Install Whitelist Error"