ionic add platform android with custom android-target

前端 未结 3 1990
执笔经年
执笔经年 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:02

    To change the build version you want change your config.xml located at the root project's path.

    Following lines add in config.xml and then settings are updated automatically at the time building android app.

    
    
       
      
    
      
    
    
    

    For Ionic2 please check my gist to here.

    Hope this will help you !

提交回复
热议问题