-
Notifications
You must be signed in to change notification settings - Fork 154
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
Force closes the app when running KitKat. #92
Comments
Could you show the full stack trace please? |
|
I am doing a big project and only bug left here is this. Please DO HELP ME out. Thank you. |
Inside your app
|
I believe this is a problem with the vector drawables on the new support lib versions, and I'm addressing this change on the upcoming version 1.2.1. But first, try that change I've suggested and see if it works. I'll release the updated version later this week. |
I already have that line in build.gradle. And it doesn't work. Is there any way around this issue? Thank you |
Hmmm. I think I'll release the update today then, so you can test it to check if the problem persists. |
Okay. Thank you for your commitment. I appreciate it sir. |
Version 1.2.1 is out, try it and see if it works. |
It still force stops the app and shows the same stack trace. |
I will have to dig deeper on this then. |
Please do it. And notify me if you have any updates please. |
Is this happening only on kitkat? Can you test on older devices? |
I will create another emulater with jelly bean and test it out right now |
Thank you. I will try to debug it here on a KK device. |
I think I got it. I will run some tests and if it works I'll release a 1.2.2 today. |
Update as soon as you can please. Thank you very much sir. |
I just tested it with Jelly Bean device and the error persists. |
The fix worked on my KK device. I'll push an update. |
@GabrielKuka Can you confirm if it's working on your devices? |
The searchview is completely working as it should. Thank you very much. |
Thank you for your assistance as well Gabriel. I hope you enjoy the lib. |
Everythings works fine with devices running Lollipop and higher. When I test the app with an emulator running Kitkat, it force closes and the logcat says:
How can I fix this issue? Is there any change I can avoid it?
The text was updated successfully, but these errors were encountered: