Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中影响 whatsapp 贴纸包时出错
NativeLoader has not been initialized. To use standard native library loading,call nativeloader.Init(new SystemDelegate()).
为什么在 logcat 和贴纸包中显示此错误无法获取任何解决此问题的人
这可能是因为代码使用了 Fresco 库,该库必须按如下方式进行初始化:
Fresco.initialize(this);
this应该在哪里Context。有关更多信息,请参阅Fresco 文档。
this
Context