Open jinkalzalavadiya opened 5 years ago
Did you figure this out? I'm having the same crash.
Try to add .highlightMode(BubbleShowCase.HighlightMode.VIEW_SURFACE)
when build the BubbleShowCase.
is there any other way if i want to stick to VIEW_SURFACE
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?