layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Cordova Android 5.2.0" categories: announcements
We are happy to announce that Cordova Android 5.2.0
has been released!
This release includes many bug fixes. Read below for the full changelog.
A new version of the cordova-cli
will need to be released to pin this version of cordova-android as the default version when creating a new project. If you want to start using this version now, make sure to specify the version when doing a cordova platform add/update
.
Note: When updating, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into config.xml
:
cordova plugin save
To upgrade:
npm install -g cordova
cd my_project
cordova platform update android@5.2.0
To add it explicitly:
cordova platform add android@5.2.0
jcenter
and correct Application pluginundefined
FileUpdater
to optimize prepare for android platformGradle Plugin 2.1.0
MessageChannel
after plugins are recreatedGradle Plugin 2.1.0
PluginManager
from common
to add/rm pluginsmatch
of undefined in cordova-android
emulator.js
Node v0.10
build.json
file starting with a BOM.INSTALL_FAILED_VERSION_DOWNGRADE
error when installing appminsdkversion
WebView
propercordova run android --release
does not use signed and zip-aligned version of APK
android avd list
output for certain AVDs which resulted in them not being included in the selection process even if they are the best match.cordova-common.CordovaLogger
in cordova-android
<source-file>
tag. Add --force
flag.cordova-common.superspawn
in GradleBuilder
cordova run --list
cannot find adb