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
I am trying to build rocksdb for android platform on Ubuntu 24.04 LTS but make gives this error.
/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/../portability/toku_time.h:162:2: error: No timer implementation for this platform
#error No timer implementation for this platform
I use cmake and NDK 25.1 toolchain.
My android API level is 26
My cmake configurations are like this but make gives me this error.
is there any suggestion for that ?
The text was updated successfully, but these errors were encountered:
I am trying to build rocksdb for android platform on Ubuntu 24.04 LTS but
make
gives this error.make
gives me this error.is there any suggestion for that ?
The text was updated successfully, but these errors were encountered: