我正在使用ndk-r10编译代码,它使用以下方法:seekdir(p,0),但给出了所有ABI的错误: armeabi、armeabi-v7a、arm64-v8a、x86、x86_64、mips、mips64Error is : Undefinedreference to <method name>
而且,所包含的文件似乎没有这些方法的定义。
for the arm64-v8aABI.for the arm64-v8aABI.for the arm64-v8aABI.for the arm64-v8aABI.它很长,但我把它缩短了,因为它都是关于arm64-v8aABI的。当我安装生成的APK并打开它时,它立即关闭。不知道发生了什么,因为开发没有任何错误。