Closed KarsonOdette closed 6 years ago
It looks like some architectures got missed in the release. I have re-uploaded the aar
file. Please download the library again and hopefully, the issue will be resolved.
Thanks for the quick response, I'll try it out tomorrow when I have access to the device.
Sure, let me know how it goes.
I can confirm that this issue has been fixed. Thank you.
Hello I am currently upgrading my app from 2.0 to 2.1 of your library to fix the issues with Android 4.x.
At this line I am getting an UnsatisfiedLinkError:
tehreerTypeface = new com.mta.tehreer.graphics.Typeface(context.getAssets(), "fonts/font.ttf");
The Exception:
This does not appear to be an issue on my Pixel (8.1), but it is an issue on my SamsungGalaxy S4 (Android 4.3)
Please let me know if I am doing something wrong or if I need to wait for this to be fixed on your side.