Build Failed

Monkey Targets Forums/Android/Build Failed

nX^(Posted 2011) [#1]
I have wrote a simple Programm (test.monkey). The AVD get a black screen. The App wont start.

Test.monkey:
Import mojo

Class MyApp Extends App
Method OnCreate()
SetUpdateRate 15
End

Method OnLoading()
End

Method OnSuspend()
End

Method OnResume()
End

Method OnRender()
Cls

SetColor 0,0,255
DrawText "Hello World!",0,0
End

Method OnUpdate()
End
End

Function Main()
New MyApp
End Function


Xaron(Posted 2011) [#2]
I can confirm that. Just did a SDK update and now this test program doesn't work anymore... Just get a black screen... Will dig deeper into this.