Run ManagerServer on arm linux (on android device)

Try libe_sqlite3.so from this package:

https://www.nuget.org/api/v2/package/SQLitePCLRaw.lib.e_sqlite3.linux/1.1.14

It will download .nupkg file which you just rename to .zip and unpack.

Then take libe_sqlite3.so from runtimes\linux-arm64 folder. By default, Manager Server is using libe_sqlite3.so from runtimes\linux-x64 folder.

2 Likes