ruki

Results 1119 comments of ruki

My english is poor, you can use google translate.

All my English replies are also translated by Google, so even if I provide an English readme, I still use it, which makes no difference.

看 backtrace ,也不再 dlopen 里。感觉没啥关系么。。 backtrace: #0 pc 0006b770 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime8callMainERKNS_7String8EP7_jclassRKNS_6VectorIS1_EE+291) #1 pc 00004e58 /data/app/~~2WcSGjc0VXJbQn2IdpFZ9Q==/com.hxsmart.imateinterface--sTWIuB5wXXN5ZlHScoXMA==/lib/arm/libiMateBmpDecode.so

那就是调用跪了。。你可以想办法绕过下,或者改下源码,自己透传 jnienv 进去

https://github.com/tboox/vm86/blob/3903534e64363d5a171831e70874cff6679046dd/xmake.lua#L55 try ```lua add_requires("tbox 1.6.6", {configs = {cflags = "-Wno-error=misleading-indentation"}}) ```

这块还不支持,等回头有时间再看看好了。

最近几个版本 xmake 应该已经支持生成带 qt 的 compile_commands 了

先命令行 xmake create test 创建一个工程,打开看下。