layout: post author:
name: Vladimir Kotikov
url: https://github.com/vladimir-kotikov
title: "Cordova Android 5.2.1" categories: announcements
We are happy to announce that Cordova Android 5.2.1
has been released!
This release fixes a small yet annoying bug that results in impossibility to deploy app on emulator with API 23 image.
This version will be used by default in next Cordova versions. As for now to install this version of Cordova-android you'll need to specify version explicitly.
To upgrade:
npm install -g cordova
cd my_project
cordova platform update android@5.2.1
To add it explicitly:
cordova platform add android@5.2.1
You can also take a look at the changes included in the previous release of Android
platform - cordova-android 5.2.0
- here.