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

Failed to resolve: ai.coqui:libstt:0.9.3 #4

Open
soudalan opened this issue Apr 17, 2021 · 2 comments
Open

Failed to resolve: ai.coqui:libstt:0.9.3 #4

soudalan opened this issue Apr 17, 2021 · 2 comments

Comments

@soudalan
Copy link

After checking out the project and opening it in Android Studio (4.1), running the app throws this error:

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find ai.coqui:libstt:0.9.3.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/ai/coqui/libstt/0.9.3/libstt-0.9.3.pom
- https://jcenter.bintray.com/ai/coqui/libstt/0.9.3/libstt-0.9.3.pom

@mark-thorn
Copy link

I'm also running into this issue

@drzraf
Copy link

drzraf commented Jan 14, 2022

A quick and dirty way would be

  • Download libstt-1.1.0-debug.aar (previous versions cause problem)
  • In android_mic_streaming/app/build.gradle change
-    implementation 'ai.coqui:libstt:1.0.0'
+    implementation (files('./../where-is-your-libstt-1.0.0-debug.aar'))

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