outlander24 / ShowcaseView

This ShowcaseView library can be used to showcase any specific part of the UI or can even be used during OnBoarding of a user to give a short intro about different widgets visible on the screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Exception: java.lang.OutOfMemoryError

jazzbpn opened this issue · comments

commented

dalvik.system.VMRuntime.newNonMovableArray (VMRuntime.java)
android.graphics.Bitmap.createBitmap (Bitmap.java:756)
outlander.showcaseview.ShowcaseViewBuilder.setShowcase (ShowcaseViewBuilder.java:337)
outlander.showcaseview.ShowcaseViewBuilder.onDraw (ShowcaseViewBuilder.java:218)
android.view.View.draw (View.java:15288)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:723)

@jazzbpn Is this happening on the latest version (1.3.1) ?

commented

implementation 'com.outlander.showcaseview:showcaseview:1.2.0'
Unable to implement 1.3.0

@jazzbpn My bad. Please look at the updated comment.

@jazzbpn Check what? Update the dependency where? I updated the readme file. What's the error you're getting?

commented

Working well now. I will ping if any issue occurs.