crosswalk-project/cordova-plugin-crosswalk-webview

Unable to find 32-bit lib.so files while analyzing android APK

sushmajadala opened this issue · 1 comments

We have updated crosswalk webview to support 64-bit architecture.
For that we have added below code in config.xml

Once analyzed the APK, I see that in the lib folder there are two subfolders "arm64-v8a" and "x86_64" with these so files-"libxwalkcore.so",libxwalkcore.so. so "no 32-bit included".

We need "armeabi-v7 ,"x86" folders in the APK to support 32-bit.

Please help.

Thanks in advance.

We're having this same issue. Upon build, the libxwalkcore.so for 32-bit builds are missing. Using embedded mode.