Killian THORON

Results 3 comments of Killian THORON

Same runtime error when I try to run my Android app on HTC Nexus 9 (API 21). Nexus 9 has a **NVIDIA Tegra K1 64 bits, 2,3 GHz**. @nhachicha :...

@nhachicha ~> 0.5.0 release provide : - armeabi-v7a - armeabi - x86 - mips Following libs are missing : - **arm64-v8a** - **x86_64** - **mips64**

@nhachicha : It seems that you use the [32bits NDK](http://dl.google.com/android/ndk/android-ndk-r10d-darwin-x86.bin) to build your library. I tried to build SnappyDB using the [32/64bits NDK](http://dl.google.com/android/ndk/android-ndk-r10d-darwin-x86_64.bin) but I encounter the following error: ```...