I´m working on a small libGDX project by using AndroidStudio. I´m a beginner :D. However I want to print something on the logcat-console on this way:
Gdx.app.log("#INFO", "My message.");
But excecuting this my logcat console doesn´t show anything. I don´t know how to do it the right way. No error is occurrs.
Hope you can help :D ~ Henri