wenet-e2e / wenet

Production First and Production Ready End-to-End Speech Recognition Toolkit

Home Page:https://wenet-e2e.github.io/wenet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meet a question when running android to compute rtf

tianmala opened this issue · comments

I run the commands according to readme.md about android
Step 2, ./gradlew build

but I don't find the directory app/.cxx/cmake/release in Step 3. I don't know how to solve it

Step 3, push your binary and the dynamic library to /data/local/tmp as follows:
adb push app/.cxx/cmake/release/arm64-v8a/decoder_main /data/local/tmp

Please try:

./gradlew assembleRelease