标签: titanium appcelerator
我很困惑解决这个问题:
[WARN] : linker: libtiverify.so has text relocations. This is wasting memory and is a security risk. Please fix. [WARN] : V8Object: Runtime disposed, cannot set property 'userAgent'
答案 0 :(得分:1)
'text relocations'错误是由于android NDK中的一个错误而发生的,该错误已经在r8c中得到修复。
Refer this link