layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Cordova Android 5.1.1" categories: announcements
We are happy to announce that Cordova Android 5.1.1
has been released.
Cordova CLI 6.0.0 will automatically start using this version of Cordova-Android when creating new projects.
To upgrade:
npm install -g cordova
cd my_project
cordova platform update android@5.1.1
To add it explicitly:
cordova platform add android@5.1.1
cordova-common
dependenecy to 1.1.0
emulate android --target
emu
start scriptHtmlNotFoundTest
so that it passes when file not found is handled correctlyNullPointerException
: org.apache.cordova.PluginManager.onSaveInstanceState
check if pluginManager
is null
before using itplugin_list
module.this.root
null
reference--help
optionAnt
.