How To Fix Androidx.appcompat.widget.appcompatbutton Cannot Be Cast To Com.rey.material.widget.button
I'm building a amazon like app. after coding the loginactivity I can't access it from mainactivity because it always crashes this is my loginactivity.java public class loginActivit
Solution 1:
Try changing com.rey.material.widget.Button import to androidx.appcompat.widget.AppCompatButton
Solution 2:
Try using "Users" instead of parentDbName. if (dataSnapshot.child("Users").child(phone).exists())
Post a Comment for "How To Fix Androidx.appcompat.widget.appcompatbutton Cannot Be Cast To Com.rey.material.widget.button"