android - Using version 1.0.0-alpha7 of the constraint library, which is obsolete -
i'm starting using android studio 2.2 , trying play constraintlayout when let android studio add automatically showed me error
using version 1.0.0-alpha7 of constraint library, obsolete when try upgrade using quick fix error
error:could not find com.android.support.constraint:constraint-layout:1.0.0-alpha8. i think bug in android studio. should fix it?
my current solution suppress error.
you need install constraintlayout android inside support repository package on sdk tools category of sdk manager.
Comments
Post a Comment