You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
在Android的示例中,MainActivity中,
调用TokenCore.INSTANCE.init_token_core_x(jsonObject.toString());
报以下错误:
java.lang.UnsatisfiedLinkError: Error looking up function 'init_token_core_x': undefined symbol: init_token_core_x
注释此行代码,app能正常运行,点击按钮无报错,说明TokenCore.INSTANCE.call_tcx_api和TokenCore.INSTANCE.get_last_err_message都能找到对应方法。就唯独TokenCore.INSTANCE.init_token_core_x会报错。
编译环境:Mac OS 11.1
NDK: 21.0.6113669
The text was updated successfully, but these errors were encountered: