我需要在我的Nexus 5中安装sqlite3,所以我从市场上为root安装了SQLite Installer,我看起来它不起作用,所以我决定手动执行,我将sqlite3文件粘贴到system / xbin中给了权限,它工作正常,但是,我总是得到这个错误:
Warning: linker: sqlite3 has text relocations. This is wasting memory and is a security risk. Please fix.
我想解决它,但网上没有关于它的信息,你能帮帮我吗?谢谢!
答案 0 :(得分:0)
这似乎是由于提到的两个ndk-gcc错误造成的 https://code.google.com/p/android/issues/detail?id=23203
并声明已经修复了ndk-r8c。
似乎最近才添加了对具有该问题的库的检查。