tarek360 / Instacapture

Android library to capture screenshot from your app
694 stars 113 forks source link

java.lang.NoClassDefFoundError: Failed resolution of: Lrx/functions/Func0 #47

Closed WoKee closed 4 years ago

WoKee commented 4 years ago

java.lang.NoClassDefFoundError: Failed resolution of: Lrx/functions/Func0; at com.tarek360.instacapture.screenshot.ScreenshotProvider.getScreenshotBitmap(ScreenshotProvider.kt:15) at com.tarek360.instacapture.Instacapture.captureRx(Instacapture.kt:58) at com.tarek360.instacapture.Instacapture.capture(Instacapture.kt:31) //----- Instacapture.capture(activity, object : SimpleScreenCapturingListener() { override fun onCaptureComplete(bitmap: Bitmap) { }

        override fun onCaptureFailed(e: Throwable) {
            super.onCaptureFailed(e)
        }
    })