开发者

Running sqlite tests on Android

开发者 https://www.devze.com 2023-02-08 23:52 出处:网络
I would like to run standard sqlite tests(TCL_Tests, whic开发者_JS百科h comes along with source code from official site). How can i build them and run on Android phone, i found no instructions about i

I would like to run standard sqlite tests(TCL_Tests, whic开发者_JS百科h comes along with source code from official site). How can i build them and run on Android phone, i found no instructions about it.


You'd need to use the Android NDK as these tests are implemented in 'C'. This question seems to indicate it cannot be done.

0

精彩评论

暂无评论...
验证码 换一张
取 消