mgamer / chroma-key-project

Automatically exported from code.google.com/p/chroma-key-project
0 stars 0 forks source link

On Mobile It exits Early #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. It works fine on emulator but when I run this on my android Mobile Device It 
exits after the Selecting Image and does not turn on the Camera ...Please give 
me some idea.......

Original issue reported on code.google.com by shinings...@gmail.com on 1 Jul 2013 at 9:17

GoogleCodeExporter commented 9 years ago
some change the code :

fGameThread.stop(); or mGameView.getThread().pause(); -> 
fGameThread.interrupt(); and mGameView.getThread().interrupt();

Original comment by ing...@gmail.com on 27 Dec 2013 at 7:47