-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTS support for Android #103
Comments
I'm not sure... So I would say most probably it wasn't. |
Thank you for the quick reply. |
Sure, can you make a PR with this? I'll be glad to merge it. |
I can try, but I am not an expert in SQLite (or C/compilers, cmake and Android native for that matter) and not entirely sure about the compile flags. For our use-cases I have built it with: This means:
There are more flags listed in the documentation: https://www.sqlite.org/howtocompile.html For cmake I call it like this: Now there is also the question if the API 3.29 is still compatible with the C# code. I have only tested some very basic features which seem to work fine. I am glad to make PR with the binaries if we can work out the build parameters. |
I see your point. Maybe we can leave it here. In case anyone else faces the same issue it will be enough to read this thread to find the solution. I'm thinking it might be cool to have your compiled android libs in another repo folder just in case someone else wanted to use them but I'm not sure if that would confuse people or not. |
Hello, does your binary file have the RTree module enabled? I need a so under the Android platform. |
Has the android .so (armeabi-v7a, 32bit) been built with FTS support? I am getting an error "No such module: fts4" when trying to run FTS queries on my Android device. On desktop it is working fine.
Unity: 2019.2.5f1
Build: Mono, ARMV7
Phone: Google Pixel 2XL, Android 10
The text was updated successfully, but these errors were encountered: