Build error - cannot find symbol
Monkey Targets Forums/Android/Build error - cannot find symbol| 
 | ||
| I just tried to build my first monkey game for android (HTML5 runs fine). It ends up with the following error: error: cannot find symbol [javac] GL11 gl = MonkeyGame.app.graphics.gl; [javac] ^ [javac] symbol: class GL11 [javac] location: class diddy So it has something to do with the diddy module? I included diddy for RealMillisecs() only (which I needed for random numbers) | 
| 
 | ||
| See http://monkeycoder.co.nz/Community/posts.php?topic=1964 | 
| 
 | ||
| If you only use RealMillisecs, you might as well rip that code out and use it on its own... | 
| 
 | ||
| Ok, thank you guys, the problem is solved. First I used the advice of therevills (creating a module which contains RealMillisecs() only). This way I could finish a first version of my game in time. After that I also read the thread muddy_shoes mentioned. So now the whole diddy-framework seems to work on my computer again. |