SQLite4Unity3d icon indicating copy to clipboard operation
SQLite4Unity3d copied to clipboard

How can i use Latest Release SQLite

Open odiecc opened this issue 8 years ago • 1 comments

I download https://www.sqlite.org/2017/sqlite-android-3210000.aar and unzip copy other file to my Android file run in android my text app Crash call

Native Crash - (Unknown File) Thread 0 (crashed) 0 libdvm.so 1 libsqlite3.so android::register_android_database_SQLiteConnection(_JNIEnv*) 2 libsqlite3.so JNI_OnLoad 3 libdvm.so 4 libdvm.so 5 libdvm.so 6 libdvm.so 7 libdvm.so 8 libdvm.so 9 libunity.so jni::Op<void*>::CallStaticMethod(_jclass*, _jmethodID*, ...)

why? how do you Compile sqlite for android?

odiecc avatar Dec 03 '17 19:12 odiecc

Look here https://ornithoptergames.com/how-to-set-up-sqlite-for-unity/

MrGadget1024 avatar Apr 21 '18 14:04 MrGadget1024