Browse Source

docs: add entry about Android Studio

master
Valdis Vitolins 6 years ago
parent
commit
64828c8566
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      README.md

+ 11
- 0
README.md View File

- [Dependencies](#dependencies-1) - [Dependencies](#dependencies-1)
- [Building with Gradle](#building-with-gradle) - [Building with Gradle](#building-with-gradle)
- [Signing the APK](#signing-the-apk) - [Signing the APK](#signing-the-apk)
- [Opening project in Android Studio](#opening-project-in-android-studio)
- [Installing](#installing-1) - [Installing](#installing-1)
- [Documentation](#documentation) - [Documentation](#documentation)
- [eSpeak Compatibility](#espeak-compatibility) - [eSpeak Compatibility](#espeak-compatibility)
- [Feedback](#feedback) - [Feedback](#feedback)
- [License Information](#license-information) - [License Information](#license-information)



---------- ----------


The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech
$ zipalign 4 android/build/outputs/apk/espeak-release-unsigned.apk \ $ zipalign 4 android/build/outputs/apk/espeak-release-unsigned.apk \
android/build/outputs/apk/espeak-release-signed.apk android/build/outputs/apk/espeak-release-signed.apk



### Opening project in Android Studio

To open project in **Android Studio** select **Import project (Gradle, Eclipse ADT, etc)**
and select `android` folder of the `espeak-ng` project.

Then select menu **File — Project Structure...**, tab **SDK Location**, field **Android NDK location**
and set your location of NDK, e.g. `/home/user/Android/Ndk`.

### Installing ### Installing


Now, you can install the APK using the `adb` tool: Now, you can install the APK using the `adb` tool:

Loading…
Cancel
Save