Skip to content
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

Crash after upgrade from v1.4.1 to 1.5.1 #60

Open
cryinrain69 opened this issue Mar 5, 2020 · 2 comments
Open

Crash after upgrade from v1.4.1 to 1.5.1 #60

cryinrain69 opened this issue Mar 5, 2020 · 2 comments

Comments

@cryinrain69
Copy link

Hi.
In version 1.4.1, it's working.
After upgrade to version 1.5.1, app crashes.
Log:
Caused by: android.view.InflateException: Binary XML file line #8: Binary XML file line #8: Error inflating class com.glide.slider.library.Tricks.InfiniteViewPager 2020-03-05 11:20:12.188 21712-21712/vn.mediatech.ntvgo E/AndroidRuntime: Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class com.glide.slider.library.Tricks.InfiniteViewPager

I'm use androidx.
app build.grade:

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.github.firdausmaulan:GlideSlider:1.5.1'

Please, help me.

@firdausmaulan
Copy link
Owner

Hi cryinrain69
Try to check your xml and all classes that use this library, make sure the implementation like this example https://github.com/firdausmaulan/GlideSlider-Example.
Or try to invalidate cache and restart.

@cryinrain69
Copy link
Author

Hi cryinrain69
Try to check your xml and all classes that use this library, make sure the implementation like this example https://github.com/firdausmaulan/GlideSlider-Example.
Or try to invalidate cache and restart.

Thank you.
After invalidate cache, it's working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants