Where can you see console output, that would normally be in eclipse in
the console?
If I change it to the roboVM console in the eclipse
console, it just shows the debug text for compiling, but not sure where I
would find my output when I use things like:
Gdx.app.log("Game", "the game started!");
System.out.println("Testing printing a string out");
?
In the console it just ends with: 2/18/15 3:15:10 AM: [ INFO] Launch done
From the thread in December here:
http://stackoverflow.com/questions/27313591/ios-app-on-emulator-with-robovm-how-can-i-display-the-log-in-consoleThey have the same problem, but the answer was: "This is caused by a bug in RoboVM 1.0.0 alpha 04 when launching apps in an iOS 8.1 simulator."
But is it still an issue in: roboVMVersion = '1.0.0-beta-04', or is there some other place to find console output?
Even if I change to 7.1 (my only other option), if I debug, I still don't see the logged out output in the console, so maybe it is being output into a different place?