diff --git a/Speech/SpeechToText/Android/README.md b/Speech/SpeechToText/Android/README.md index 1bab901..85be563 100644 --- a/Speech/SpeechToText/Android/README.md +++ b/Speech/SpeechToText/Android/README.md @@ -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 @@ -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 ==========