简体   繁体   中英

Ionic App With Crosswalk Compile, Install But Doesn't Open

I've installed Crosswalk Lite (2.4.0) Had build problems(aapt) with Android 7.0.0, the stack community oriented me to use this plugin:

cordova plugin add cordova-android-support-gradle-release --fetch

The build process ran just fine. It generates 5 debub apk's (arm7, arm64, armbi, x86, x86_64)

My phone is an arm64, but I tried all the five with no sucess.

Anyone knows a way to run on an emulator and get a log of whats happening?

With Chrome Remote Devices feature I could not get information cause the webview don't even launchs

I think you have an answer here :

Supported platforms Lite is currently Android only and does not support shared mode Lite only supports 32-bit builds for x86 and ARM. x86_64 and ARM64 are not yet supported.

So It seems you will have to use the full version of crosswalk.

In my app I use the plugin cordova-plugin-crosswalk-webview and it generates me only two apks : armv7 and x86.

I remember testing lite version by using

cordova plugin add cordova-plugin-crosswalk-webview --variable XWALK_MODE="lite"

but quickly gave up because the app was not working as expected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM