简体   繁体   中英

Failed to resolve: coordinatorlayout-1.0.0 in android studio

when I want create fragment in android studio get error Failed to resolve: coordinatorlayout-1.0.0

在此处输入图像描述

fixed! just add below line in gradel

    implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'

You may also run into this problem when adding a material library

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM