Sunday, October 20, 2019

Windows SDK not found. Ensure that you have installed Windows 8.1 SDK along with Visual Studio or install Windows 8.1 - ionic 4, WIndows 10 UWP

Windows 8.1 is pretty much outdated. I think most of portable windows devices using windows 10. So add following lines to config.xml of your cordova or ionic app.


    <platform name="windows">
        <preference name="windows-target-version" value="10.0" />
    </platform>

No comments:

Post a Comment