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
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,7 @@ Prebuilt sqlite3 shared libraries for multiple platforms and their build scripts
9
9
* Any PC platforms that supports cmake (OSX, Linux, Unix, Windows)
10
10
* Android NDK
11
11
12
+
## Important Notes
13
+
### Android
14
+
The currently in-use C++ runtime is gnustl_shared, so you must also copy it to your project. If you want a different runtime, you can change the `APP_STL` value in the `android/jni/Application.mk` make file.
0 commit comments