在我的应用程序中检测whatsapp贴纸包时出错
NativeLoader has not been initialized. To use standard native library loading,call nativeloader.Init(new SystemDelegate()).
为什么这个错误显示在logcat和贴纸包不能被任何人解决这个问题
zz2j4svz1#
这可能是因为代码使用了fresco库,该库必须按以下方式初始化:
Fresco.initialize(this);
哪里 this 应为 Context . 更多信息请参见壁画文档。
this
Context
1条答案
按热度按时间zz2j4svz1#
这可能是因为代码使用了fresco库,该库必须按以下方式初始化:
哪里
this
应为Context
. 更多信息请参见壁画文档。