Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation 'org.litepal.guolindev:core:3.2.3'出错 #830

Open
Samael-Z opened this issue Mar 1, 2024 · 3 comments
Open

implementation 'org.litepal.guolindev:core:3.2.3'出错 #830

Samael-Z opened this issue Mar 1, 2024 · 3 comments

Comments

@Samael-Z
Copy link

Samael-Z commented Mar 1, 2024

android studio引入 implementation 'org.litepal.guolindev:core:3.2.3'出错,
报错信息:

  • What went wrong:
    Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find org.litepal.guolindev:core:3.2.3.
Searched in the following locations:

as版本:Android Studio Giraffe | 2022.3.1 Patch 3
用的gradle脚本
是什么原因啊?

@Arsun
Copy link

Arsun commented Mar 1, 2024 via email

@Samael-Z
Copy link
Author

Samael-Z commented Mar 1, 2024

在gradle脚本的setting.gradle文件的dependencyResolutionManagement>repositories选项内添加:
jcenter()
maven { url 'https://jitpack.io' }
sync一下就好了
参考链接:https://www.yii666.com/blog/330831.html

@ZhiJuan0724
Copy link

使用这个 implementation com.github.guolindev:litepal:master-SNAPSHOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants