ECLaboratorio / BubbleShowCase-Android

BubbleShowCase is a framework that let you to use informative bubbles to help your users pointing out different App features.
MIT License
603 stars 90 forks source link

Fatal Exception: java.lang.IllegalArgumentException #19

Open jinkalzalavadiya opened 5 years ago

jinkalzalavadiya commented 5 years ago

Fatal Exception: java.lang.IllegalArgumentException y + height must be <= bitmap.height()

android.graphics.Bitmap.createBitmap (Bitmap.java:737) android.graphics.Bitmap.createBitmap (Bitmap.java:701) com.elconfidencial.bubbleshowcase.BubbleShowCase.show (Unknown Source) com.elconfidencial.bubbleshowcase.BubbleShowCase.show (Unknown Source) com.elconfidencial.bubbleshowcase.BubbleShowCase.show (Unknown Source) com.elconfidencial.bubbleshowcase.BubbleShowCase.show (Unknown Source) com.elconfidencial.bubbleshowcase.BubbleShowCase$show$1.run (Unknown Source) android.os.Handler.handleCallback (Handler.java:836) android.os.Handler.dispatchMessage (Handler.java:103) android.os.Looper.loop (Looper.java:203) android.app.ActivityThread.main (ActivityThread.java:6269) java.lang.reflect.Method.invoke (Method.java) com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1063) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:924)

I am getting this issues into my how can i resolve the issues?

tals-investing commented 4 years ago

Did you figure this out? I'm having the same crash.

adityadwicahyo commented 4 years ago

Try to add .highlightMode(BubbleShowCase.HighlightMode.VIEW_SURFACE) when build the BubbleShowCase.

ravisahu023 commented 1 year ago

is there any other way if i want to stick to VIEW_SURFACE