From 327b37fef44b6dc427c027c6b333c1a8a6588f93 Mon Sep 17 00:00:00 2001 From: Yung-Shin Lin Date: Thu, 7 Apr 2016 13:16:57 -0700 Subject: [PATCH] Merge contribution from hzmangel --- Speech/SpeechToText/Android/README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ==========