Cordova version inside my Ionic project?

Hi all,

I have published new app right now. Google says “Cordova version problem, update Cordova to higher than 4.1.1”.

Using command line with

cordova -v

it says

5.1.1

But inside folder which belongs to the project ( D:\Data\APPS\electronic\platforms\android\cordova ), there is an file version and inside there is

var VERSION = “4.0.2”;

How to solve this problem?

Try this command:

cordova platform update android

OK, thanks to your help! A note: on Windows, this command needs to be called as administrator.

Problem solved :slight_smile:

1 Like