How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cordova Android 14.0.1 Released!

calendar_today April 29, 2025 person domain apache-cordova

We are happy to announce that we have just released Cordova Android 14.0.1! This is one of Cordova's supported platforms for building Android applications.

To upgrade:

cordova platform remove android
cordova platform add android@14.0.1

To install:

cordova platform add android@14.0.1

Release Highlights

Fixes

  • Fetching Gradle Path for Windows

Resolved an issue in Windows environments where projects containing spaces in their paths could not be built due to changes in how the Gradle path was fetched.

  • Setting Gradle's java.home

Resolved an issue where the user-defined environment variable JAVA_HOME or CORDOVA_JAVA_HOME was not being used to set the java.home property for the Gradle Wrapper.

Changes include:

Fixes:

  • GH-1795 fix: configure gradle java.home
  • GH-1793 fix(windows): get gradle path with which command
open_in_new Read original post