Migrate to AndroidX from menu, it will replace package names and dependencies. Your project is adding widgets from Support libraries instead of AndroidX which is causing this ... You've mixed up AndroidX dependency with AppCompat . ... implementation 'androidx.constraintlayout:constraintlayout:1.1.3'.
2 answers
Gradle Sync failed could not find constraint-layout:1.0.0 ...
8 Oct 2016
Rendering Problems The following classes could not be found ...
24 Feb 2017
Android Studio 3.1.3 having issues with Constraint layout ...
15 Jun 2018
The following classes could not be found: - android.support ...
9 May 2020
More results from stackoverflow.com
androidx.constraintlayout.widget.ConstraintLayout ( Add constraint-layout library dependency to the project, Fix Build Path, Edit XML, Create Class)
constraint-layout dependency
android constraint layout responsive design
fungsi androidx constraintlayout widget constraintlayout
constraintlayout layoutparams androidx
constraint layout weight
missing constraints in constraint layout
constraint layout chain
android constraintlayout viewgroup
0 Comments