Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cordova project and windows platform

Tags:

c

cordova

I have a cordova project and I added windows platform but when I run the project I have this error:

MSBuild v4.0 is not supported, aborting.
Error: AppPackages doesn't exists
like image 456
asv Avatar asked Apr 04 '17 19:04

asv


People also ask

What software is needed for Cordova project?

You need to install Cordova on your local system to package an HTML5 application as a native mobile application with NetBeans IDE. You will use npm, the NodeJS package manager, to install and to update Cordova. You will also need to confirm that Git is installed on your local system and configured properly.

What kind of platform is Cordova?

Apache Cordova is a mobile application development framework that can be used to create cross-platform mobile apps using HTML5 and pure JavaScript.

Do people still use Cordova?

Starting April 1, 2022, the App Center service will no longer accept calls from the Cordova SDK.


1 Answers

Try to set OS environment variable VSINSTALLDIR = C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\ which points to your Visual Studio folder with MSBuild directory.

like image 133
Sergey Avatar answered Nov 15 '22 03:11

Sergey