Yuzhou Tan
Results
1
issues of
Yuzhou Tan
**Describe the bug** 命令行使用`git clone -c core.symlinks=true https://github.com/wenet-e2e/wetts.git`将repo克隆至本地后,尝试使用Android Studio编译,cmake报错找不到依赖 **To Reproduce** Steps to reproduce the behavior: 1. 使用Android Studio打开wetts\runtime\android目录 2. 点击Build->Rebuild Project 3. `:app:buildCMakeDebug`阶段报错找不到`fst/fstlib.h`、`glog/logging.h`、`onnxruntime_cxx_api.h`头文件 **Expected behavior** 正常编译并打包apk **Screenshots**  **Desktop...