-
Notifications
You must be signed in to change notification settings - Fork 134
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
Tracking issue: Android Support #68
Comments
On the react-native side, Said function is unfortunately not exposed to the JS side of the library as of writing, but can be worked around. For whatever reason, I would recommend the android source files be named |
|
Hey, I'm the author of op-sqlite. I want to integrate sqlite-vec into my library. The best way you can help RN, Android (and IOS) devs is by adding a make file rule that compiles an For Android you need to be able to compile to 4 archs:
At least on Rust those are the name of the archs, no idea on how to compile C to those specific archs. Once the files are generated it's a matter of packaging them to be consumed on iOS (via an xcframework) and Android (via an AAR or just a file structure). If you can provide some compilation instructions I can then integrate it into my library (and also expo-sqlite would follow the same steps) |
sqlite-vec
successfully compiles and run on Android (from what I tried on Termux on an old phone).But how can we package and distribute
sqlite-vec
to make it easier for Android developers to use?I don't know much about Android development or packages, so any help and insight would be greatly appreciated. I specifically have the following questions, so please answer in this thread if you know of an answer!
P.S. - if you're company or organization would benefit from
sqlite-vec
on Android, I'd love to have you as a sponsor!The text was updated successfully, but these errors were encountered: