wenet-e2e / wenet

Production First and Production Ready End-to-End Speech Recognition Toolkit
https://wenet-e2e.github.io/wenet/
Apache License 2.0
3.87k stars 1.04k forks source link

meet a question when running android to compute rtf #2468

Closed tianmala closed 1 week ago

tianmala commented 2 months ago

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

pengzhendong commented 2 months ago

Please try:

./gradlew assembleRelease