usefulsensors / openai-whisper

Robust Speech Recognition via Large-Scale Weak Supervision
MIT License
62 stars 24 forks source link

Can't 'Clean Project' on the Whisper-TFLite-Android-Example #27

Closed jeb2112 closed 1 year ago

jeb2112 commented 1 year ago

I have downloaded the code and it builds in android studio with my Java NDK 21. However, I find I can't issue a Clean Project command, because a number of the build files have the path to a ninja binary retained from the original dev environment. eg: "A problem occurred starting process 'command '/home/niranjanyadla/Android/Sdk/cmake/3.10.2.4988404/bin/ninja''. From egrep -r there are too many of these build files containing the original dev paths to try fix/hacking them. So many indeed that simply deleting them wholesale without knowing what I'm doing seems like it might cause me additional unexpected problems. Is there any straightforward way to safely remove all the build files, or avoid downloading them in the first place?

jeb2112 commented 1 year ago

Found the problem, simple cmake stuff i just didn't know at first.