Had trouble meeting the requirements to build, using VS 2017 Community edition I had to set the MSBUILDDIR env var explicitly to C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin since our code fails to detect the MSBuild version installed with that, v15.8.
The registry entry it checks still has MSBuild v4 from the .NET Framework -- so perhaps our detection is outdated. After I added the env var, I could `cordova build`. `cordova run` guided me to change some settings and run in elevated permissions, and I ran `cordova run` again. The app launches, and I get a 'broken image` icon for the splash screen. Is this a known issue? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org