angular.js - Ionic fails to install the apk generated after integrating crosswalk on android4.4.2? ? ?
滿天的星座2017-05-15 16:59:09
0
2
635
Then I tried to install android-armv7-debug.apk and android-x86-debug.apk on the phone and it really failed? Is it possible to not integrate the previously generated android-debug.apk? So I don't know where I went wrong? Or what?
Hello, what do you mean by installation failure? After installation, do you need to go to google play to download crosswalk?
The downside of crosswalk is that it comes in two systems and two versions. It supports arm and x86 architectures and needs to be separated when packaging. But on these two foundations, a distinction between 32-bit and 64-bit is added. (In other words, if your Android phone has an x86 architecture and only supports 64-bit, then you will not succeed in installing the 32-bit crosswalk, and it will prompt you to install the crosswalk library.) The same is true for other things.
Hello, what do you mean by installation failure? After installation, do you need to go to google play to download crosswalk?
The downside of crosswalk is that it comes in two systems and two versions. It supports arm and x86 architectures and needs to be separated when packaging. But on these two foundations, a distinction between 32-bit and 64-bit is added. (In other words, if your Android phone has an x86 architecture and only supports 64-bit, then you will not succeed in installing the 32-bit crosswalk, and it will prompt you to install the crosswalk library.) The same is true for other things.
It is recommended to go to the Ionic forum to look for information, the Ionic people are there