You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.loadLibrary("tiff");
System.loadLibrary("tifffactory");
The above are executed still I'm getting the following error:
java.lang.UnsatisfiedLinkError: No implementation found for android.graphics.Bitmap org.beyka.tiffbitmapfactory.TiffBitmapFactory.nativeDecodePath(java.lang.String, org.beyka.tiffbitmapfactory.TiffBitmapFactory$Options, org.beyka.tiffbitmapfactory.IProgressListener) (tried Java_org_beyka_tiffbitmapfactory_TiffBitmapFactory_nativeDecodePath and Java_org_beyka_tiffbitmapfactory_TiffBitmapFactory_nativeDecodePath__Ljava_lang_String_2Lorg_beyka_tiffbitmapfactory_TiffBitmapFactory_00024Options_2Lorg_beyka_tiffbitmapfactory_IProgressListener_2)
at org.beyka.tiffbitmapfactory.TiffBitmapFactory.nativeDecodePath(Native Method)
The text was updated successfully, but these errors were encountered:
System.loadLibrary("tiff");
System.loadLibrary("tifffactory");
The above are executed still I'm getting the following error:
java.lang.UnsatisfiedLinkError: No implementation found for android.graphics.Bitmap org.beyka.tiffbitmapfactory.TiffBitmapFactory.nativeDecodePath(java.lang.String, org.beyka.tiffbitmapfactory.TiffBitmapFactory$Options, org.beyka.tiffbitmapfactory.IProgressListener) (tried Java_org_beyka_tiffbitmapfactory_TiffBitmapFactory_nativeDecodePath and Java_org_beyka_tiffbitmapfactory_TiffBitmapFactory_nativeDecodePath__Ljava_lang_String_2Lorg_beyka_tiffbitmapfactory_TiffBitmapFactory_00024Options_2Lorg_beyka_tiffbitmapfactory_IProgressListener_2)
at org.beyka.tiffbitmapfactory.TiffBitmapFactory.nativeDecodePath(Native Method)
The text was updated successfully, but these errors were encountered: