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 class developer.shivam.library.CrescentoContainer

See original GitHub issue

android.view.InflateException: Binary XML file line #9: Binary XML file line #9: Error inflating class developer.shivam.library.CrescentoContainer

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:4
  • Comments:5

github_iconTop GitHub Comments

1reaction
DinukaGayancommented, Oct 6, 2017

If you are using “com.github.developer-shivam:Crescento:1.2.0” Use developer.shivam.crescento.CrescentoContainer instead of developer.shivam.library.CrescentoContainer in your xml.

0reactions
androidqasimcommented, May 11, 2018
<developer.shivam.crescento.CrescentoContainer
                    android:id="@+id/top_container"
                    android:layout_width="match_parent"
                    android:layout_height="300dp"
                    attribute:curvature="40dp"
                    >

                </developer.shivam.crescento.CrescentoContainer>
Read more comments on GitHub >

github_iconTop Results From Across the Web

Error inflating class from library - android - Stack Overflow
No errors when starting the app, no crushes and I am able to add a Floating Action Button from that library. Now my...
Read more >
Solved: Error inflating class com.esri.android.map.MapView...
I managed to figure out the issue. The app is using a number of libraries and one of the libraries, in aar format,...
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