我是android的初学者,我想编程一个计算器(按这里查看项目),但我得到了这个错误。
有人能帮帮我吗?
hello,Kevin,您正在使用错误的约束,即小部件,错误告诉您,它发生在更改您的约束布局的线路上
<androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
至
<androidx.constraintlayout.ConstraintLayout>
</androidx.constraintlayout.ConstraintLayout>