gpt4 book ai didi

android - BlurBehind - 在 Android Studio 依赖项中找不到

转载 作者:太空宇宙 更新时间:2023-11-03 12:53:12 24 4
gpt4 key购买 nike

我正在尝试使用 BlurBehind Lib,但出现错误。

Error:Failed to find: com.faradaj:blur-behind:[LATEST_RELEASE_VERSION]

我加了

dependencies {
compile 'com.faradaj:blur-behind:[LATEST_RELEASE_VERSION]'
}

我仍在适应新的 IDE,感谢任何帮助!

最佳答案

以下是正确添加此库的方法:

第一步

repositories {
maven {
url "https://jitpack.io"
}
}

第二步

dependencies {
compile 'com.github.faradaj:BlurBehind:1.0.3'
}

关于android - BlurBehind - 在 Android Studio 依赖项中找不到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26327952/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com