Building combined armv7/x86 apk after Crosswalk integration in an Ionic project

前端 未结 4 1037
别那么骄傲
别那么骄傲 2020-12-01 01:15

I have added Crosswalk to my ionic project. When i do ionic build android it outputs two separate APK files, one for armv7 and one for x86.

However i wa

4条回答
  •  抹茶落季
    2020-12-01 02:04

    Well I just changed my config.xml following property to false and it combined the build apk.

    from

    
    

    to

    
    

    My systems ionic info returns

    Your system information:
    
    Cordova CLI: 6.1.1
    Gulp version:  CLI version 3.9.1
    Gulp local:   Local version 3.9.1
    Ionic CLI Version: 1.7.16
    Ionic App Lib Version: 0.7.3
    OS:
    Node Version: v4.4.4
    

提交回复
热议问题