I want to print something in console, so that I can debug it. But for some reason, nothing prints in my Android application.
How do I debug then?
System.out.println("...") is displayed on the Android Monitor in Android Studio