How do you build and deploy to an older version of android for ionic / cordova

前端 未结 5 1568
耶瑟儿~
耶瑟儿~ 2020-12-31 01:25

Using Ionic 1.0.0 beta-8

After creating a new app, I built and deployed it to a Nexus 5 emulator and it worked fine. But when I tried to debug it on my Android 2.2 p

5条回答
  •  春和景丽
    2020-12-31 02:14

    Change value of "android-minSdkVersion" in config.xml of your ionic project. It should look like below:

    
    

提交回复
热议问题