I have build an app using sencha touch for android platforms but now I want to test it on windows phone. I have installed WP SDK and added platform wp8 in my app. Please help me how to do it...
I had the same issue and found that you have to add "wp8"
to builds.native.cordova.config.platforms
in your app.json
file.