Android-TiffBitmapFactory
Android-TiffBitmapFactory copied to clipboard
getting bitmap value null for decodePath
Hi Team,
Getting bmp value null for below implementation.
String filePath = "file:///data/user/0/com.app.doctor/cache/com.ciscowebex.sdk.downloads/thumb-c0d0e7e6-0e90-43e6-b36a-2ad684b0f5fd-file_example_TIFF_1MB1402900616ORIGINAL_Aircraft_Rescue_Firefighting_training.tiff";
Bitmap bmp = TiffBitmapFactory.decodePath(filePath);
imageView.setImageBitmap(bmp);
kindly help me with this.
Sorry for long replay) could you provide some logs? Also why path to file is so strange? do you use content provider to get file?