android 开发中native问题

 public IRouterComponent onPluginLoaded(Context context, IRouterComponent iRouterComponent, ISGPluginInfo iSGPluginInfo, String str, Object... objArr) {
        this.d = iRouterComponent;
        this.b = context;
        this.c = iSGPluginInfo;
        this.a = new HashMap();
        new b().a(this.a, this);
        try {
            System.loadLibrary(str);
            a.b("Inside SecurityGuardAVMPPlugin.initialize");
            return iRouterComponent;
        } catch (Throwable th) {
            a.a(th.toString());
            throw new SecException(103);
        }
    }

在看别人的源码的时候看到这个函数,这个函数在loadlibray的时候 没有native 函数?这是为啥呢?

阅读 2k
1 个回答

在loadlibray的时候 没有native 函数 是啥意思?

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题