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

Commit 327b37f

Browse files
yungshinlintwYung-Shin Lin
authored andcommitted
Merge contribution from hzmangel
1 parent 32db62a commit 327b37f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Speech/SpeechToText/Android/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies {
2323
```
2424

2525
To add the client library dependency from Android Studio:
26+
2627
1. From Menu, Choose File \> Project Structure
2728
2. Click on your app module
2829
3. Click on Dependencies tab
@@ -31,6 +32,7 @@ To add the client library dependency from Android Studio:
3132
6. Type "com.microsoft.projectoxford" and hit the search icon from "Choose Library Dependency" dialog
3233
7. Pick the Project Oxford client library that you intend to use.
3334
8. Click "OK" to add the new dependency
35+
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/`.
3436

3537
The Speech Recognition Sample
3638
==========

0 commit comments

Comments
 (0)