我尝试按照此处的说明进行操作:https ://github.com/rhdunn/espeak#android但是由于我在 Win10 中,并且使用 Android Studio 2.3,不知道如何在 Windows 中执行这些操作?(Windows没有任何分步说明吗?)
Building with Gradle
Set the location of the Android SDK:
$ export ANDROID_HOME=<path-to-the-android-sdk>
Build the project:
$ ./autogen.sh
$ ./configure --with-gradle=<path-to-gradle>
$ make apk-release
This will create an android/build/outputs/apk/espeak-release-unsigned.apk file.