0
Bailee posted
Android - ConstraintLayout missing in the Androidx
Class referenced in the layout file, androidx.constraintlayout.ConstraintLayout, was not found in the project or the libraries
<androidx.constraintlayout.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.constraintlayout.ConstraintLayout>