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

前端 未结 8 1237
星月不相逢
星月不相逢 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:49

    Try

    cordova platform version

    It will give you the following output

    Installed platforms: android 3.5.1, ios 3.5.0
    Available platforms: amazon-fireos, blackberry10, browser, firefoxos
    

    Also to know the version of cordodva cli try

    cordova -v 
    

提交回复
热议问题