error: package com.bumptech.glide does not exist
在建立华为hms账号服务时,导包出现error: package com.bumptech.glide does not exist只需要在build.gradle(app)中 dependencies(依赖关系) 加入implementation ‘com.github.bumptech.glide:glide:4.7.1’即可
原创
2021-10-16 21:46:08 ·
919 阅读 ·
1 评论