-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Failed to inflate ColorStateList, leaving it to the framework #23
Comments
Hello @SasmitaNovitasari. The exception stack trace show some positions from verticalstepperform library so the problem maybe from it,
Can you please run codeview example and verticalstepperform on your custom ROM so we can detect the problem, also i will try to run this code in many emulators and try to find the error |
@AmrDeveloper Maybe they not suitable or something. This error only happend in my custom rom, I will try just use codeview without verticalStepper library next time and I will edit this for the result |
I already try use codeView in mainActivity without any third-library. Still have same problem in my custom ROM. That's mean the problem from this library. same as yesterday, codeView work if I'm not add pattern color |
@SasmitaNovitasari I tested the example app on Emulator with version 5.1, The problem is that Old Android versions didn't support regex named group so i updated the example app regex, and removed the commit regex, So can you try to pull the updates and run the example app again so we can check if it work on your custom ROM |
IT'S WORK-!! I recently realized that this error also occurs on my android 11 and other android 5.1.1 . But it still can run normally After using your latest example they are gone. Included in android 11 and my other android 5.1.1 Thank you so much |
That's great news, you are welcome, Enjoy CodeView 👍🏻 |
I create vertical stepper using this third party library.
Everything work on my android 5.1.1 and 11
But I have android 5.1.1 custom ROM to MIUI global stable 9 and CodeView said error
at first i thought error in VerticalStepperLibrary but when I remove pattern in code view, everything work. Of cours codeView will not showing any color. This is my pattern class, copy from example in this project
this how I use the pattern class
For information, I'm completely sure, android that I modified is also version 5.1.1
I'm just afraid when publish my app, other android 5.1.1 will have the same problem
The text was updated successfully, but these errors were encountered: