-
-
Notifications
You must be signed in to change notification settings - Fork 117
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 Crash on when using the spinner Android 6 and below at library 1.1.8 #75
Comments
at library Version 1.1.4, not crash? |
Hi, @ismaelshehada |
E/AndroidRuntime: FATAL EXCEPTION: main |
Could you share your xml file that includes |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
</androidx.constraintlayout.widget.ConstraintLayout> |
You can resolve using this: #9 |
version 1.1.8 same issue with version 1.1.7 work well |
Hi @skydoves , The library is great but as reported. It is crashing for Android 6. |
hi @raghavendra-uno |
Please try to use |
Hi, Thanks for the quick response. Well tried adding com.github.skydoves:powerspinner:1.1.9-SNAPSHOT Could not find com.github.skydoves:powerspinner:1.1.9-SNAPSHOT. |
Did you add the below download repository on your gradle file? repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
} |
Hi @skydoves , Thanks for the quick response once again. Well Its working fine, thanks a lot. Can I go push this to production until the next version gets rolled out??? |
A new stable |
Describe the Bug:
Hello,
There's a bug that is being reported by crashlytics on Android 5 and 6 and I faced when testing on Android 4.4 that causes the app to crash when using the spinner.
it's working fine on Android 10 and Android 8
this the logcat
The text was updated successfully, but these errors were encountered: