Gradle Sync failed could not find constraint-layout:1.0.0-alpha2

后端 未结 22 2266
忘了有多久
忘了有多久 2020-11-27 17:39

Problem :

Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha2.
Required by:
myapp:app:unspecified
         


        
22条回答
  •  無奈伤痛
    2020-11-27 17:44

    Its available in androidx as following package

    implementation "androidx.constraintlayout:constraintlayout:2.0.0-alpha1"
    

提交回复
热议问题