When I build pocketsphinx demo project by eclipse, IDE generates md5 files of some assest files. Hovewer If I do the same thing on Android Studio, It does not generate md5 files. In this case, the aplication that I compile with Android Studio gives an error shown below.
Failed to init recognizer java.io.FileNotFoundException: sync/models/grammar/digits.gram.md5
I am currently using Studio 1.0.2 version. SDK tools :24.0.2 SDK platform-tools:21 SDK Build-tools :21.1.2
What would be the problem? Thanks