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

Gradle pocketsphinx import is not recognised #57

Open
i-vasilev opened this issue Mar 19, 2022 · 0 comments
Open

Gradle pocketsphinx import is not recognised #57

i-vasilev opened this issue Mar 19, 2022 · 0 comments

Comments

@i-vasilev
Copy link

Hello. I try to import using gradle in android application:

buildscript {
    repositories {
        google()
        mavenCentral()
        flatDir {
            dirs 'libs'
        }
    }
    dependencies {
        classpath "com.android.tools.build:gradle:7.0.3"

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
dependencies {
    implementation (name:'pocketsphinx-android-debug', ext:'aar')

Then sync project. But dependency don't appear in project...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant