-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App is crashing #5
Comments
Hi, it sounds not so cool. Can you provide me your configuration(sdk version, constraint layout version, android version) and full stack trace? |
Here is app build.gradle `apply plugin: 'com.android.application' android { dependencies { |
I am using build gradle version 3.0 |
Here is the code which I am testing with constraint layout in activity_main.xml <pl.hypeapp.materialtimelineview.MaterialTimelineView
</pl.hypeapp.materialtimelineview.MaterialTimelineView> |
Ok. Thank you. If you download sample app from Google play everything is all right? And what's your mobile device? I will try to reproduce error. |
Thanks for quick response. |
Here is a full error log. ` |
Hello, Did you reproduce this error? |
I will give you response tomorrow. Actually I'm on the easter holiday with family :) |
Ok. Thanks 👍 |
So I updated: And I have to change kotlin-stdlib-jre7 to kotlin-stdlib artifact. I think that was the problem. More info: android-library-module-developed-in-kotlin-exported-to-java-application-causing On my AVD Nexus 5 API 26 (Oreo) everything works fine. Can you now pull the origin master and try to run sample? If it works I push changes to maven repository. |
I too am also receiving his error in the latest version of gradle |
Can you guys change dependency to: And also add kotlin-stdlib if you write project in Java: If you do this everything should work. Let me now. |
Hi,
I am trying to use this library but App keeps crashing. I had only included your library in the layout file. There is know extra code which might be wrong. Even I have tried your sample code but app keeps crasing with following error.
Error inflating class pl.hypeapp.materialtimelineview.MaterialTimelineView
The text was updated successfully, but these errors were encountered: