pocketsphinx-android icon indicating copy to clipboard operation
pocketsphinx-android copied to clipboard

Add library to a package manager

Open PatMyron opened this issue 8 years ago • 2 comments

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.~~

PatMyron avatar Nov 15 '17 07:11 PatMyron

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

1Caxz avatar Jan 17 '18 03:01 1Caxz

@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 https://github.com/cmusphinx/pocketsphinx-android/pull/40

PatMyron avatar Jan 17 '18 07:01 PatMyron