Cannot find symbol variable raw in Android Studio
hermieweber opened this issue · 3 comments
The espeakdata zip file has not been built. You need to run:
./autogen.sh
./configure --with-gradle=<path-to-gradle>
make espeakdata
make jni
from a command like in the espeak source directory. The --with-gradle
option is needed if you want to build the APK from command line. The make jni
is needed as Android Studio did not support using the NDK and I haven't yet figured out how to integrate it into the NDK supported version.
I have a bit crazy approach. I try to build it using Visual Studio 2015. It seems to have support for NDK.
Can you tell me what I have to actually do? Would I have to compile a library from the files located under espeak-android/src? Sorry for the question, I am somehow confused about the ".zip" in espeakdata.zip. Is it the actual voice data or a library or both?
There isn't a single build step on Windows. The autotools/Makefile system is designed for POSIX systems.
If you want to know what to do on Windows, read what commands the makefile is running.