You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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.The text was updated successfully, but these errors were encountered: