But some how when framework starting to draw the image. there is an implementation inside AndroidCanvas.kt call the following function
Copy code
image.asAndroidBitmap()
This function always throw UnsupportedOperationException("Unable to obtain android.graphics.Bitmap")
which is correct because my CustomAndroidImageAsset is not AndroidImageAsset.
Mabye you could expose AndroidImageAsset for external use as well ?