![]() | sudoku stops when trying to play it in emulator |
|
28 Dec 2012, 16:16
yvonne (2 posts) |
Hi all, First I really enjoyed making the sudoku! So far I was able to understand the problems I ran into, but this one really got me stuck. Maybe it could have something to do with the following method: private void setTile(int x, int y, int value) { It gave an error in Eclipse that it needed to return a value so I put return in front of the second line, it made the error message go away but may have created this problem? EDIT: I’ve fixed the problem of the return error, it was a typing error (private int instead of private void). |
|
31 Dec 2012, 15:25
yvonne (2 posts) |
I’ve found the problem, after staring very hard at the java code, it turned out to be a problem in the keypad.xml file. |
| You must be logged in to comment |

