android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.42k stars 8.29k forks source link

Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'android.widget.TextView databinding.FragmentDashboardBinding.balanceTv' on a null object reference #1040

Open tarekmabdallah91 opened 2 years ago

tarekmabdallah91 commented 2 years ago

View Binding

Wondering that View Binding is null safety but some times my app crashes due to this issue
Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'android.widget.TextView databinding.FragmentDashboardBinding.balanceTv' on a null object reference

the same case here: https://stackoverflow.com/questions/69038311/android-viewbinding-sometimes-return-null-at-binding-object-so-i-got-null-pointe

I hope find a solution, Thanks

AnhTuan1206 commented 10 months ago

Have you found the solution yet?