SQLite的与Android NDKSQLite、Android、NDK

2023-09-12 23:38:06 作者:孤傲一世的神

是它在某种程度上可以在Android手机上使用SQLite与C ++?我还没有发现围绕着如何这可能是可能的任何文件。

Is it somehow possible to use SQLite with C++ on an Android phone? I haven't found any documentation around how this could be possible.

推荐答案

这是不可能的使用内置的SQLite通过NDK(或者它是不是6个月前,当我看着这一点),这不仅可以与Java的访问。但是它可能会SQLite中的自己完全不同的C ++编译链接。

It isn't possible to use the built-in SQLite via NDK (or it wasn't six months ago when I looked into this), that can only be accessed with Java. However it may be possible to link in your own completely separate C++ build of SQLite.