Search code examples
multi-device-hybrid-apps

Failed to fetch package information for org.apache.cordova.geolocation


I download this example

WinJS ToDo Sample for Multi-Device Hybrid Apps

but when compile get the error:

Failed to fetch package information for org.apache.cordova.geolocation

I remove the check "Geolocation" in config.xml and the error changes to:

Failed to fetch package information for com.msopentech.azure-mobile-services

How can I solve this problem?

thanks regards


Solution

  • Check your network connectivity and firewall settings. The plugins need to be downloaded from the Cordova plugin registry and it looks like it's unable to do that on your system.