| 1. Set the location of the Android SDK: | 1. Set the location of the Android SDK: | ||||
| $ export ANDROID_HOME=<path-to-the-android-sdk> | |||||
| 2. Build the project: | 2. Build the project: | ||||
| $ ./autogen.sh | $ ./autogen.sh | ||||
| Now, you can install the APK using the `adb` tool: | Now, you can install the APK using the `adb` tool: | ||||
| $ adb install -r android/build/outputs/apk/espeak-release-signed.apk | |||||
| After running, `eSpeakActivity` will extract the `espeakdata.zip` file into its | After running, `eSpeakActivity` will extract the `espeakdata.zip` file into its | ||||
| own data directory to set up the available voices. | own data directory to set up the available voices. | ||||