layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Cordova Android 7.1.0 Released!" categories: announcements
We are happy to announce that Cordova Android 7.1.0 has been released! This release fixes various bugs releated to the previous cordova-android@7.0.0 release.
To upgrade:
npm install -g cordova
cd my_project
cordova platform remove android
cordova platform add android@7.1.0
To add it explicitly:
cordova platform add android@7.1.0
android-versions to 1.3.0 to support SDK 27.NDK by default breaks the build. Crosswalk users need to specify the Gradle parameters to keep it working.cdvHelpers.getConfigPreferencecordova update command.