Abhijit Chakra
Abhijit Chakra

Reputation: 3236

Does sencha touch supports windows8

I am developing windows8 application for that I am using sencha touch and cordova. I am able to add the platform using cordova platfrom add windows But when I am importing the same windows project in visual studio running on my windows8.0 maching it's saying you need windows 8.1. I am confused if sencha touch supported windows8.

Upvotes: 0

Views: 30

Answers (1)

Baidaly
Baidaly

Reputation: 1849

Sencha does support Windows 8. But the issue that you are experiencing relates more to Visual Studio and Cordova.

I'd suggest to upgrade to Windows 8.1 as it provides better API and supports the latest SDKs. But if you still want to develop for Windows 8 make sure you installed Windows 8 (not Windows 8.1) SDK. https://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx

Upvotes: 1

Related Questions