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

Add library to a package manager #35

Open
PatMyron opened this issue Nov 15, 2017 · 2 comments
Open

Add library to a package manager #35

PatMyron opened this issue Nov 15, 2017 · 2 comments

Comments

@PatMyron
Copy link

PatMyron commented Nov 15, 2017

To simply add something like:

compile 'edu.cmu.pocketsphinx:1.0.0'

to app/build.gradle in

dependencies { }

would simplify onboarding and help adoption.

JCenter and MavenCentral are both popular package managers for Android; JCenter is the default when creating a new Android project, so that'd probably be the best choice.

@1Caxz
Copy link

1Caxz commented Jan 17, 2018

Hi @PatMyron, I just created a new library based on Pocketsphinx android. You can add RapidSphinx library to your build.gradle app.

@PatMyron
Copy link
Author

PatMyron commented Jan 17, 2018

@cesine @nshmyrev
Following the current README, Gradle failed to resolve 'edu.cmu.pocketsphinx.android:pocketsphinx-android:5prealpha@aar'
From #38, official dependency doesn't look publicly accessible from Bintray yet
found a working solution in cesine/pocketsphinx-android-demo@f78626e
Opened #40

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

2 participants