SQLitePCL.raw: System.DllNotFoundException: 'e_sqlite3'
I am using sqlite for Android development, but I get an error System.DllNotFoundException: 'e_sqlite3'
and my environment is vs2022 Preview 2 version number is 17.3.0, and I am using MAUI, is there any good alternative? Thank you
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (7 by maintainers)
Boom! That was it. Fixing all the package references, cleaning and then rebuilding was the ticket.
I’m up and running. Thank you!
Nothing weird there.
Have you tried forcing a clean full rebuild?
sqlite-net-pcl 1.8.116 is fine. It’s the latest version, as far as I know. sqlite-net is a separate project, and I don’t maintain it. I only maintain the SQLitePCLRaw layer underneath it.