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

Could not find org.apache.tvm:tvm-android:0.1.0. #2333

Closed
viaowp opened this issue May 13, 2024 · 1 comment
Closed

Could not find org.apache.tvm:tvm-android:0.1.0. #2333

viaowp opened this issue May 13, 2024 · 1 comment
Labels
question Question about the usage

Comments

@viaowp
Copy link

viaowp commented May 13, 2024

❓ General Questions

When executing ./gradlew assembleDebug to compile an Android APK, the following error occurred: Where can this package be found?

/mlc-llm/android$ ./gradlew assembleDebug

Task :app:checkDebugAarMetadata FAILED

FAILURE: Build failed with an exception.

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

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find org.apache.tvm:tvm-android:0.1.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/org/apache/tvm/tvm-android/0.1.0/tvm-android-0.1.0.pom
- https://repo.maven.apache.org/maven2/org/apache/tvm/tvm-android/0.1.0/tvm-android-0.1.0.pom
- https://maven.aliyun.com/repository/public/org/apache/tvm/tvm-android/0.1.0/tvm-android-0.1.0.pom

 Required by:
     project :app
  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

BUILD FAILED in 3s
2 actionable tasks: 1 executed, 1 up-to-date

It was compiling before, but suddenly this error occurred.

@viaowp viaowp added the question Question about the usage label May 13, 2024
@tqchen
Copy link
Contributor

tqchen commented May 28, 2024

make sure you follow https://llm.mlc.ai/docs/deploy/android.html and run mlc_llm package first

@tqchen tqchen closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about the usage
Projects
None yet
Development

No branches or pull requests

2 participants