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
If you build ADSO on Android (at least, if you use the compiled database), use the -fsigned-char option in the compile. The default for a normal Linux x86 build is to treat char as signed char, but the default for Android is to treat char as unsigned char, so you need the override.