deepjavalibrary / djl

An Engine-Agnostic Deep Learning Framework in Java
https://djl.ai
Apache License 2.0
4.05k stars 648 forks source link

When I build a project supporting DJL in Android Studio, I encounter the following error. How can I resolve it? #2970

Open tonglingwen opened 7 months ago

tonglingwen commented 7 months ago

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'.

Could not find ai.djl.android:core:0.26.0. Searched in the following locations:

tonglingwen commented 7 months ago

image "When I enter the specified path, I find that it does not have version 0.26.0."

frankfliu commented 6 months ago

I published 0.26.0 for android. Please try it again

tonglingwen commented 6 months ago

I published 0.26.0 for android. Please try it again

Thank you,It work