@VijaySasavadiya wrote:
I had installed following things for developing windows mobile app using ionic framework...
- Windows 8 SDK - https://developer.microsoft.com/en-us/windows/downloads/windows-8-sdk
- Windows 10 SDK - https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk
- MS Build Tool - https://www.microsoft.com/en-us/download/confirmation.aspx?id=40760
- ionic (1.7.14)
- cordova (6.0.0)
- bower (1.7.9)
Now i had created sample app by following command in sequence
- ionic start myApp tabs
- cd myApp
- ionic platform add windows
- ionic build windows
first 3 step are executed without any error and windows platform is also added in myApp directory...
now i execute command "ionic build windows" without changing default code, it throws an error as below
Have any solution? Please suggest if you have...
Posts: 1
Participants: 1