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
java.lang.IllegalArgumentException: bitmap size exceeds 32 bits
at android.graphics.Bitmap.nativeCreate(Native Method)
at android.graphics.Bitmap.createBitmap(Bitmap.java:939)
at android.graphics.Bitmap.createBitmap(Bitmap.java:895)
at android.view.View.buildDrawingCache(View.java:15224)
at android.view.View.updateDisplayListIfDirty(View.java:14980)
Please, advice
The text was updated successfully, but these errors were encountered:
I came across with the following error
java.lang.IllegalArgumentException: bitmap size exceeds 32 bits
at android.graphics.Bitmap.nativeCreate(Native Method)
at android.graphics.Bitmap.createBitmap(Bitmap.java:939)
at android.graphics.Bitmap.createBitmap(Bitmap.java:895)
at android.view.View.buildDrawingCache(View.java:15224)
at android.view.View.updateDisplayListIfDirty(View.java:14980)
Please, advice
The text was updated successfully, but these errors were encountered: