geopaparazzi / libjsqlite-spatialite-android

Project to create the libjsqlite.so used in geopaparazzi
75 stars 24 forks source link

3.0.1 support for arm64-v8a #31

Open leboovski opened 1 year ago

leboovski commented 1 year ago

Hello,

Not sure if this issues section is still alive or no but i wanted to give it a try. We are using libjsqlite 3.0.1 for our current project. Now we are getting error for some devices because arm64-v8a version of the .so file cannot be found.

I am not familiar with c++ and comiling c++ projects. Can you lead me to right way please? Is it possible to compile 3.0.1 version for arm64-v8a ?

Thanks