DisyInformationssysteme / Cordova-spatialite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8.1)/Amazon Fire-OS/WP(7/8) with HTML5/Web SQL API
Other
24 stars 17 forks source link

Plugin update to be compatible with Android 64 bits #14

Closed Anexo closed 5 years ago

Anexo commented 5 years ago

Hi all,

I saw that the last commit adds 64 bit compatibility with Android devices, adding the .so libraries to the x86_64 and arm64-v8a folders.

When I compile my code and "unzip" the apk, I see a lib folder, with only the 32 bit libraries.

Am I missing something? Do I need to tweak the plugin.xml file?

Thanks in advance.

c-goetz commented 5 years ago

Hi Anexo,

I just added the missing entries to the plugin.xml files. The produced apk now contains the 64bit binaries.

Sorry for the inconvenience.

Anexo commented 5 years ago

This is great! Thank you so much.