You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above vm is the binding variable and progress is a variable of type Float
I use databinding in my project heavily and every other databinding expression is working fine. Only when I try to use the binding with CircularProgressBar the build fails with a very generic error BindingClassImpl symbol not found(Thanks DataBinding it was very helpful -_- ).
Can someone please guide what am I probably doing wrong?
Environment Specs:
Dependency:implementation 'com.mikhaellopez:circularprogressbar:3.0.3'
Android Studio: 3.5.2
Gradle Distribution: gradle-5.1.1-all.zip
Mac Os: Catalina 10.15.5
Model: MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
Processor: 2.3 GHz Dual-Core Intel Core i5
The text was updated successfully, but these errors were encountered:
For some reason, the build fails while using databindng feature with the progress bar.
I was using the binding variable to set the progress value on the progressbar. The code is as follows
Above
vm
is the binding variable andprogress
is a variable of typeFloat
I use databinding in my project heavily and every other databinding expression is working fine. Only when I try to use the binding with
CircularProgressBar
the build fails with a very generic errorBindingClassImpl symbol not found
(Thanks DataBinding it was very helpful -_- ).Can someone please guide what am I probably doing wrong?
Environment Specs:
Dependency:implementation 'com.mikhaellopez:circularprogressbar:3.0.3'
Android Studio: 3.5.2
Gradle Distribution: gradle-5.1.1-all.zip
Mac Os: Catalina 10.15.5
Model: MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
Processor: 2.3 GHz Dual-Core Intel Core i5
The text was updated successfully, but these errors were encountered: