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
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
The text was updated successfully, but these errors were encountered:
I'm also running into this issue
Sorry, something went wrong.
A quick and dirty way would be
android_mic_streaming/app/build.gradle
- implementation 'ai.coqui:libstt:1.0.0' + implementation (files('./../where-is-your-libstt-1.0.0-debug.aar'))
No branches or pull requests
After checking out the project and opening it in Android Studio (4.1), running the app throws this error:
The text was updated successfully, but these errors were encountered: