-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to open input file common.res #309
Comments
Were you able to run the Snowboy Android demo? https://github.com/Kitt-AI/snowboy/tree/master/examples/Android/SnowboyAlexaDemo That should work, and you can start from there. |
Thanks for the tip, I hadn't considered that. I fixed the problem by changing two things:
Thanks |
Thanks for letting us know. Changing the target sdk version might be critical for your device. |
I had the same issue with common.res file on Android. For solving this issue just check 2 points:
|
@Lebedinsky if you have time to submit a PR for it, that would be great! |
Hi,
I've successfully compiled snowboy for Android using the npm snowboy-detect source and I've created a custom pmdl file to use with it.
I'm trying to get the port to work with my custom pmdl (or even just the snowbody.umdl, neither work) but I'm receiving the following issue when instantiating the Snowboy-detect constructor with a resource file and model:
But I receive the following error:
"Fail to open input file "/sdcard/snowboy/common.res""
The path I'm using is /sdcard/snowboy/common.res and the file exists in the location.
Can anyone suggest what's wrong?
Thanks
Colin
The text was updated successfully, but these errors were encountered: