Kitt-AI / snowboy

Future versions with model training module will be maintained through a forked version here: https://github.com/seasalt-ai/snowboy
Other
3.11k stars 1.01k forks source link

Couldn't follow symbolic link. 'SnowboyAlexaDemo' project referesh failed. #368

Open ankitmaisuriya opened 6 years ago

ankitmaisuriya commented 6 years ago

Gradle 'SnowboyAlexaDemo' project refresh failed Error:Could not list contents of '/Users/ankitkumarmaisuria/Desktop/SnowboyAlexaDemo/src/main/jniLibs'. Couldn't follow symbolic link.

chenguoguo commented 6 years ago

Did you make under swig/Android?

ankitmaisuriya commented 6 years ago

Its working fine now...Thanks...Can you tell me how to display user Input and alexa response on Toast or textview in android application...like "Ultimate Alexa - The Voice Assistant" in android application

chenguoguo commented 6 years ago

Man that's really an Android question :-)

farhan262425 commented 5 years ago

HELP When i tried to make swig/Android, this error is showing:

/bin/sh: 1: swig: not found expr: syntax error HOST_OS=linux HOST_EXE= HOST_ARCH=x86_64 HOST_TAG=linux-x86_64 HOST_NUM_CPUS=4 BUILD_NUM_CPUS=8

COMMAND: python ./android-ndk-r14b/build/tools/make_standalone_toolchain.py --arch arm64 --api 21 --stl gnustl --install-dir=/home/farhan/Downloads/snowboy-master/swig/Android/ndk_install_64bit

./android-ndk-r14b/build/tools/ndk-common.sh: line 164: python: command not found ERROR: Failed to create toolchain. Makefile:93: recipe for target '/ndk_install_64bit' failed make: [/ndk_install_64bit] Error 1 (ignored) ./install_openblas.sh: line 13: git: command not found ./install_openblas.sh: line 14: cd: OpenBLAS-Android-ARM64: No such file or directory ./install_openblas.sh: line 15: git: command not found Makefile:96: recipe for target 'OpenBLAS-Android-ARM64/install/lib/libopenblas.a' failed make: [OpenBLAS-Android-ARM64/install/lib/libopenblas.a] Error 1 (ignored) swig -I../../ -c++ -java -package ai.kitt.snowboy -outdir \ java/ai/kitt/snowboy/ -o snowboy-detect-swig.cc snowboy-detect-swig.i make: swig: Command not found Makefile:99: recipe for target 'snowboy-detect-swig.cc' failed make: *** [snowboy-detect-swig.cc] Error 127