We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I build a project supporting DJL in Android Studio, I encounter the following error. How can I resolve it?
`Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find ai.djl.android:core:0.26.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/ai/djl/android/core/0.26.0/core-0.26.0.pom - https://repo.maven.apache.org/maven2/ai/djl/android/core/0.26.0/core-0.26.0.pom Required by: project :app Could not find ai.djl.android:pytorch-native:0.26.0. `
The text was updated successfully, but these errors were encountered:
"When I enter the specified path, I find that it does not have version 0.26.0."
Sorry, something went wrong.
I published 0.26.0 for android. Please try it again
Thank you,It work
No branches or pull requests
Description
When I build a project supporting DJL in Android Studio, I encounter the following error. How can I resolve it?
`Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
The text was updated successfully, but these errors were encountered: