You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file build_artifacts/libusearch_c.so # Verify the output
186
+
# Should show: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, ...
187
+
```
188
+
189
+
The resulting `libusearch_c.so` can be used in Android projects by placing it in `src/main/jniLibs/armeabi-v7a/` for 32-bit ARM or `arm64-v8a/` for 64-bit ARM.
190
+
159
191
## Python 3
160
192
161
193
Python bindings are built using PyBind11 and are available on [PyPi](https://pypi.org/project/usearch/).
0 commit comments