icu_sqlite3_for_android icon indicating copy to clipboard operation
icu_sqlite3_for_android copied to clipboard

SQLite3 with ICU and full-text search support for Android

Results 2 icu_sqlite3_for_android issues
Sort by recently updated
recently updated
newest added

hello, when I run build.sh, it occurs error, fatal error: 'unicode/utypes.h' file not found,this is log: Apple clang version 11.0.0 (clang-1100.0.33.17) Target: x86_64-apple-darwin20.3.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1...

I built the project and added its dependecies succefully but on execution it throws the CantOpenDatabaseException error. ![Screenshot from 2019-07-15 17-48-47](https://user-images.githubusercontent.com/52544558/61235548-6f61c480-a73e-11e9-9def-5b37677ac1fb.png) ![Screenshot from 2019-07-15 17-37-10](https://user-images.githubusercontent.com/52544558/61235550-6ffa5b00-a73e-11e9-8f66-071e67620056.png) ![Screenshot from 2019-07-15 17-36-03](https://user-images.githubusercontent.com/52544558/61235551-6ffa5b00-a73e-11e9-8484-788b63fb17a5.png)

help wanted