My PocketSphinxDemo seems to run fine, on a virtual device. However, when I
try to run it on a Galaxy S2, it stops unexpectedtly.
When I start the deployment procedure from Eclipse, a few errors quickly show
up and vanish and it could be that they are causing the problem. However, all
I have managed to get is this screenshot of them: http://tinypic.com/r/2j0i3uv/6
If those errors are the reason why its failing to launch on the S2, then why
does it run fine with the same errors on a virtual device?
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The name of my directories for pocketsphinx and sphinxbase had been appended
with the version number("-0.7"). Taking out the version number so that the
name of the directory was just pocketsphinx or sphinxbase, resolved the issue.
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
My PocketSphinxDemo seems to run fine, on a virtual device. However, when I
try to run it on a Galaxy S2, it stops unexpectedtly.
When I start the deployment procedure from Eclipse, a few errors quickly show
up and vanish and it could be that they are causing the problem. However, all
I have managed to get is this screenshot of them:
http://tinypic.com/r/2j0i3uv/6
If those errors are the reason why its failing to launch on the S2, then why
does it run fine with the same errors on a virtual device?
Cheers
Another thing worth taking note of is that the virtual device that I was
trying to run it on had ICS 4.0.3, whereas the real device has Android 2.3.3
Solved it.
The name of my directories for pocketsphinx and sphinxbase had been appended
with the version number("-0.7"). Taking out the version number so that the
name of the directory was just pocketsphinx or sphinxbase, resolved the issue.
Cheers