-
Notifications
You must be signed in to change notification settings - Fork 81
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 (Error inflating class androidx.appcompat.widget.FitWindowsLinearLayout) #35
Comments
Please update to the new viewpump version 2.0.3 in your build.gradle. implementation 'io.github.inflationx:viewpump:2.0.3' |
The new version of viewpump fixes the crash on Api 29 as InflationX#35
The new version of viewpump fixes the crash on Api 29 as #35
How to solve it... Please help me ... Binary XML file line #17 in packga_name:layout/abc_screen_simple: Error inflating class androidx.appcompat.widget.FitWindowsLinearLayout |
@HardyInfotech I can confirm this has been fixed after using:
If you need more help, consider commenting here And also feel free of closing #53 as it's a duplicate of this issue right here. |
Thank you @AlejandroHCruz ! |
I am facing an issue on Android Q (API 29), getting the following exception when open the app:
I don't have neither
abc_screen_simple
layout norFitWindowsLinearLayout
.I tried many articles related even in old library versions but no luck. I would appreciate if you help with this.
The text was updated successfully, but these errors were encountered: