Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NativeLoader has not been initialized. To use standard native library loading

getting an error while fetching a WhatsApp sticker pack in my app

NativeLoader has not been initialized. To use standard native library loading, call nativeloader.Init(new SystemDelegate()).

why this error show in logcat and sticker packs cannot fetch anyone solves this issue

like image 886
Muhammad Asad Avatar asked Nov 02 '25 20:11

Muhammad Asad


1 Answers

This is likely because the code uses the Fresco library, which has to be initialized as follows:

Fresco.initialize(this);

Where this shall be a Context. See the Fresco docs for more.

like image 78
Jan Misker Avatar answered Nov 05 '25 10:11

Jan Misker



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!