Whenever you upgrade from an older cordova or cordova-android, cordova-ios version, your app could show several errors on build time. This guide shows how to troubleshoot your build after upgrading cordova or the platform from your app.
Category Archives: Visual Studio
Using Cordova 8.1.2 with Visual Studio
Here you’ll find some references to setup your environment for Cordova CLI 8.1.2 apps development with (optionally) Microsoft Visual Studio 2015 / 2017. This guide is focused on the Android platform, but it’s mostly valid for iOS apps as well.
Renew Windows 10 PFX certificate for Cordova App with Visual Studio
This article explains how to renew the PFX certificate for your Windows 10 / 8.1 app created with Tools for Apache Cordova in Visual Studio. The certificate is valid for just one year, so it must be renewed to rebuild the app.
Common Apache Cordova build errors with Android
This topic includes some of the common Cordova CLI 7.1.0 build errors that I’ve found, with the recommended solutions or the ones that worked for me. References to Visual Studio included.
Visual Studio 2017 and Apache Cordova mobile apps
Below are some of the issues you may experience when trying to develop Apache Cordova mobile apps with HTML, CSS & JS for Android, iOS and Windows using Microsoft Visual Studio 2017.
Build Cordova iOS app from Visual Studio for Windows
This article’s goal is to briefly explain how to create your Cordova app for iOS from Visual Studio 2017 or 2015, and why you should avoid using Visual Studio’s remote build agent for this. There’s a more reliable way to manage your Android app in Visual Studio and then export it to your iOS platform version and Xcode.
Using Android 8 and 9 emulators without Android Studio
Despite Google’s efforts to deprecate the Android SDK Manager standalone GUI in an attempt to force the installation of Android Studio, which is irrelevant for Cordova apps, you can still run any Android emulator without Android Studio using the updated SDK Manager tools. This process involves installing the SDK tools 24 and then updating them to version 27 with the provided links.