robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.27k stars 265 forks source link

How can i use Latest Release SQLite #79

Open odiecc opened 6 years ago

odiecc commented 6 years ago

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?

MrGadget1024 commented 6 years ago

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