How to check cordova android version of a cordova/phonegap project?

前端 未结 8 1266
星月不相逢
星月不相逢 2021-01-30 07:55

I have received a Security Alert from Google this week that tells me to upgrade my android version of cordova app. The email from google is as below -

This i

8条回答
  •  抹茶落季
    2021-01-30 08:55

    Run

    cordova -v 
    

    to see the currently running version. Run the npm info command

    npm info cordova
    

    for a longer listing that includes the current version along with other available version numbers

提交回复
热议问题