Software Archive
Read-only legacy content
17061 Discussions

Windows Phone build fails with indexedDB

Alain_M_1
Beginner
614 Views

Hi,

My windows phone build fails with error "Error: "IndexedDB Polyfill" failed to install".

Build log file says that :

Calling plugman.fetch on plugin "...\pl.st.xzhv2atn.fo3\com.msopentech.indexedDB"
Copying plugin "...\pl.st.xzhv2atn.fo3\com.msopentech.indexedDB" => "...\allwhere\plugins\com.msopentech.indexedDB"
Calling plugman.install on plugin "...\allwhere\plugins\com.msopentech.indexedDB" for platform "windows" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.msopentech.indexedDB" for windows
Dependencies detected, iterating through them...
Dependent plugin "com.msopentech.websql" not fetched, retrieving then installing.
Fetching plugin "com.msopentech.websql" via plugin registry
npm http GET http://registry.cordova.io/com.msopentech.websql
npm http 304 http://registry.cordova.io/com.msopentech.websql
Copying plugin "C:\Windows\system32\config\systemprofile\.plugman\cache\com.msopentech.websql\0.0.9\package" => "...\allwhere\plugins\com.msopentech.websql"
Error during processing of action! Attempting to revert

Android build works fine, on XDK version 2366, but fails on release 2496 with not specific reason.

My works is now blocked, unable to deploy.

Help welcome.

Thanks

A.M

0 Kudos
3 Replies
John_H_Intel2
Employee
614 Views

What plugin (url) are you trying to use?

Is it supported for windows phone?

0 Kudos
Alain_M_1
Beginner
614 Views

My Plugin is indexedDB, at this URL

https://github.com/MSOpenTech/cordova-plugin-indexedDB

It's supposed to work with windows Phone, but build fails. I need it to store locally structured data before sync with a web service.

A.M

0 Kudos
Pamela_H_Intel
Moderator
614 Views

We have  a few known issues. With more information we may be able to help you with a workaround.

Are you building Crosswalk Shared mode?

What version of Cordova are you using? 4.1.2 or 5.1.1?

What is your minimum Android version (in build settings)?

0 Kudos
Reply