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
Yeah..getting error while using vector drawable for overlay image:
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference
at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:800)
at com.anupkumarpanwar.scratchview.ScratchView.init(ScratchView.java:169)
at com.anupkumarpanwar.scratchview.ScratchView.(ScratchView.java:119)
... 53 more
Hi @AnupKumarPanwar ,
Should there be any issues using vector assets as the overlay image? I seem to be getting runtime errors because of it.
Thanks,
Sher
The text was updated successfully, but these errors were encountered: