question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error inflating Blurkit

See original GitHub issue

I’m getting the following error trying to use this library: Error inflating class com.flurgle.blurkit.BlurLayout

Any way around that? Thanks in advance

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
xrubiojcommented, Aug 1, 2018

The issue was that:

renderscriptTargetApi 24
renderscriptSupportModeEnabled true

was added to a submodule. Moving it to the main module made it work. Also, we changed the 24 to have the same value as compileSdkVersion.

0reactions
emersoncloudcommented, Oct 11, 2018

Hi @AlvaroFalcon we’ve just updated to v1.0.0. You can see the implementation details in the README. We’ve had some issues getting the library into JCenter, so until those are resolved this repository line is needed in the app level build.gradle

repositories {
    maven {
        url  "https://camerakit.bintray.com/other" 
    }
}

Everything else in the README still applies. Let me know if you run into any more issues!

Read more comments on GitHub >

github_iconTop Results From Across the Web

BlurredGridMenu InflateException - android - Stack Overflow
This is my code for BlurredGridMenu. But error occurs everytime I try to get the blur menu. I can't find where the error...
Read more >
Must Have Libraries | CodePath Android Cliffnotes
BlurKit for Android - Fast blur-behind layout that parallels iOS. Android Bootstrap - Bootstrap UI widgets; PhotoView - ImageView that supports touch gestures ......
Read more >
Error inflating class. Fixed - YouTube
how to fix Error inflating class androidx.constraintlayout.widget.ConstraintLayout#ErrorInflatingClass #androidx.constraintlayout.widget.
Read more >
android.view.View.draw java code examples - Tabnine
BlurKit.getBitmapForView(...) private Bitmap getBitmapForView(View src) { Bitmap bitmap ... LAYOUT_INFLATER_SERVICE)).inflate(R.layout.view_custom_marker, ...
Read more >
awesome-java - CD2H gitForager
FoldingCell is a material design expanding content cell inspired by folding paper ... google/error-prone - Catch common Java mistakes as compile-time errors ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found