Skip to content
Advertisement

GuideLine problem Android Studio – ClassNotFoundException

I have problem with GuideLine, does someone know the solution?

It look like the guideline is missing classes

The following classes could not be found: – android.support.constraint.Guideline (Fix Build Path, Edit XML, Create Class)

Logcat after button click:

Guideline problem

XML Code:

JavaScript

Build Gradle:

JavaScript

Advertisement

Answer

Try to use androidx.constraintlayout.widget.Guideline instead of android.support.constraint.Guideline

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement