Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge contribution from hzmangel
Browse files Browse the repository at this point in the history
  • Loading branch information
yungshinlintw authored and Yung-Shin Lin committed Apr 7, 2016
1 parent 32db62a commit 327b37f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Speech/SpeechToText/Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
```

To add the client library dependency from Android Studio:

1. From Menu, Choose File \> Project Structure
2. Click on your app module
3. Click on Dependencies tab
Expand All @@ -31,6 +32,7 @@ To add the client library dependency from Android Studio:
6. Type "com.microsoft.projectoxford" and hit the search icon from "Choose Library Dependency" dialog
7. Pick the Project Oxford client library that you intend to use.
8. Click "OK" to add the new dependency
9. Download the appropriate JNI library `libandroid_platform.so` from [this page](https://github.com/Microsoft/ProjectOxford-ClientSDK/tree/master/Speech/SpeechToText/Android/SpeechSDK/libs) and put into your project's directory `app/src/main/jniLibs/armeabi/` or `app/src/main/jniLibs/x86/`.

The Speech Recognition Sample
==========
Expand Down

0 comments on commit 327b37f

Please sign in to comment.