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

您好 Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException #61

Open
roninprogrammer opened this issue Sep 24, 2024 · 2 comments

Comments

@roninprogrammer
Copy link

roninprogrammer commented Sep 24, 2024

Execution failed for task ':android-hero-ocr-submdule:compileDebugJavaWithJavac'.

Could not resolve all files for configuration ':android-hero-ocr-submdule:debugCompileClasspath'.
Could not find com.huangyz0918:androidwm-light:0.1.2.

您好,

我们在最后时刻的部署中遇到了麻烦,因为从Maven中移除了某些库。除了Maven Central之外,还有其他地方可以获取AAR或JAR文件吗?这个问题让人感到非常头痛。

谢谢您的帮助! @huangyz0918

@roninprogrammer roninprogrammer changed the title Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException 您好 Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException Sep 24, 2024
@roninprogrammer
Copy link
Author

@jahanzaib999
Copy link

This is the link to download the aar file
https://mirrors.huaweicloud.com/repository/maven/com/huangyz0918/androidwm-light/0.1.2/
Download the
androidwm-light-0.1.2.aar file
And add it in the lib folder and write the below dependency
implementation files('libs/androidwm-light-0.1.2.aar')

This will solve your issue
let me know if you need any further help thanks :)

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

2 participants