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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I have an issue taking build from Microsoft Visual studio Community 2015 while it works fine running to a device. Project >Store > Create App Packages returns me a build failed message showing error as \plugins\cordova-plugin-websql\src\windows\SQLite.Proxy\bin\Release\SQLite.Proxy.pri not found .When checked it was observed that the Release folder in the path defined is empty. Is there any possible scenario as to why SQLite.Proxy.pri and SQLite.Proxy.winmd files are not generated to the plugin folder. Please provide some work around for this issue.
The text was updated successfully, but these errors were encountered:
@PADMAJA-K which is your build target (Windows 8.0, 8.1 or 10)?
Have you tried retargeting SQLite.Proxy project to Windows 8.1?
Note also that Windows 10 builds require architecture to be set so you would not get AnyCPU but x64, x86 and ARM packages instead.
Alternatively you can try to build the project via Cordova CLI: https://cordova.apache.org/docs/en/latest/guide/platforms/win8/#signing-an-app
I have an issue taking build from Microsoft Visual studio Community 2015 while it works fine running to a device. Project >Store > Create App Packages returns me a build failed message showing error as \plugins\cordova-plugin-websql\src\windows\SQLite.Proxy\bin\Release\SQLite.Proxy.pri not found .When checked it was observed that the Release folder in the path defined is empty. Is there any possible scenario as to why SQLite.Proxy.pri and SQLite.Proxy.winmd files are not generated to the plugin folder. Please provide some work around for this issue.
The text was updated successfully, but these errors were encountered: