ionic add platform android with custom android-target

前端 未结 3 2003
执笔经年
执笔经年 2020-12-29 21:13

Anybody knows how to add platform in ionic with custom android target ? If I try this command :

ionic platform add android

It al

3条回答
  •  悲哀的现实
    2020-12-29 22:11

    if you are unaware about the version number try following command

    cordova platform add android@latest
    

    this will add latest platform to your application, make sure you try the following command to verify if it breaks anything.

    cordova build android
    

提交回复
热议问题