Error inflating Blurkit
See original GitHub issueI’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:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The issue was that:
was added to a submodule. Moving it to the main module made it work. Also, we changed the
24
to have the same value ascompileSdkVersion
.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
Everything else in the README still applies. Let me know if you run into any more issues!