Software Archive
Read-only legacy content
17061 討論

Crosswalk 15 Multiple APK Issue

Nick_B_2
初學者
1,185 檢視

I'm currently having an issue with uploading multiple APKs with Crosswalk 15 and Cordova CLI 5.1.1. When I try to upload the x86 apk it shows the same architecture as its ARM counterpart: arm64-v8aarmeabiarmeabi-v7ax86x86_64 which causes an error. 

I'm wondering if there is a solution for this?

Nick 

 

 
0 積分
7 回應
PaulF_IntelCorp
1,185 檢視

Nick that issue should be resolved. Are you still seeing this error? I am unable to reproduce it.

Hamilton_Tenório_da_
傑出貢獻者 I
1,185 檢視

@Paul> I just test again with my APP: same problem. I attached here the APK info of both. 

Hamilton_Tenório_da_
傑出貢獻者 I
1,185 檢視

good news!

I removed the SQL Plugin (version 0.7.10) and reinsert the same with version 0.7.11 (the change of version does not work; it is necessary to remove and  to insert).

After rebuild with this change and... it works! Google Play accept the 2 APKs normally.

PaulF_IntelCorp
1,185 檢視

Hamilton, thanks for that workaround. It makes absolutely no sense to me why that procedure fixes the problem, but it is good to know!
 

Hamilton_Tenório_da_
傑出貢獻者 I
1,185 檢視

Paul> another news, good one but very odd. Building the same app for iOS with sqlite 0.7.11 occurs an error. Then I downgrade to 0.7.9 and build OK. 

In short:

- to have 2 valid APK to Android I need to use sqlite 0.7.11

- to build successfuly to iOS I need to use sqlite 0.7.9

 

PaulF_IntelCorp
1,185 檢視

Hamilton, that plugin author has made several new releases. You might try using the third-party plugin dialog to add the latest version. You can do that this way (best to first uninstall the existing version):

Screen Shot 2015-11-24 at 6.03.02 PM.png

Hamilton_Tenório_da_
傑出貢獻者 I
1,185 檢視

Paul> Thank you!

回覆