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
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Speech/SpeechToText/Android/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ dependencies {
23
23
```
24
24
25
25
To add the client library dependency from Android Studio:
26
+
26
27
1. From Menu, Choose File \> Project Structure
27
28
2. Click on your app module
28
29
3. Click on Dependencies tab
@@ -31,6 +32,7 @@ To add the client library dependency from Android Studio:
31
32
6. Type "com.microsoft.projectoxford" and hit the search icon from "Choose Library Dependency" dialog
32
33
7. Pick the Project Oxford client library that you intend to use.
33
34
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/`.
0 commit comments