If I set a source like this,
cropView.setImageResource(R.drawable.ic_launcher)
And, set crop portion like this,
cropView.setAspectRatio(1, 1)
And, then, get crop-info like this,
cropView.getCropInfo()
It crashes with Bitmap can't be cast to FastBitmapDrawable.
Bitmap
FastBitmapDrawable