Browse Source

README: building with Eclipse is no longer supported

master
Reece H. Dunn 11 years ago
parent
commit
679ae0dab2
1 changed files with 0 additions and 20 deletions
  1. 0
    20
      README.md

+ 0
- 20
README.md View File



1. [Android Studio](http://developer.android.com/sdk/installing/studio.html). 1. [Android Studio](http://developer.android.com/sdk/installing/studio.html).


In order to use Eclipse, you will also need:

1. Eclipse;
2. the [Android Developer Tools](http://developer.android.com/tools/sdk/eclipse-adt.html) (ADT) for Eclipse.

### Debian ### Debian


| Dependency | Install | | Dependency | Install |


This will create an `android/build/apk/espeak-release-unsigned.apk` file. This will create an `android/build/apk/espeak-release-unsigned.apk` file.


### Building with Eclipse

1. Build the JNI binding and espeak data file by running:

$ ./autogen.sh
$ ./configure
$ make jni espeakdata
2. Open Eclipse.
3. Create a new workspace.
4. Import the espeak folder as an exising Android project.
5. Build the espeak apk within Eclipse.

The generated `eSpeakActivity.apk` can be installed like any other apk build
via eclipse, such as by using the `Run` menu option.

### Signing the APK ### Signing the APK


In order to install the built APK (e.g. `bin/eSpeakActivity-release-unsigned.apk`) In order to install the built APK (e.g. `bin/eSpeakActivity-release-unsigned.apk`)

Loading…
Cancel
Save