Long Ranger
Long Ranger

Reputation: 6008

Motion Editor showed "Version ConstraintLayout library must be version 2.0.0 beta 3 or later" in android Studio 4.0.1 and constraintLayout 2.0.0

I have already read this question but it does not help Motion editor not working in Android studio 4.0.1

Here is the dependency I used

androidx.constraintlayout:constraintlayout:2.0.0

And my android studio version is 4.0.1

When I restarted Android Studio it showed the motion editor correctly but when I try to edit it, I got this error "Version ConstraintLayout library must be version 2.0.0 beta 3 or later"

Upvotes: 1

Views: 119

Answers (1)

VnM
VnM

Reputation: 162

Just upgrade the library to version 2.0.1.

Upvotes: 2

Related Questions