logging - Android Studio Displaying to log error -


i trying display message log in android studio. use log.d(), gives me error: cannot resolve method d(). find strange because used before. maybe missing obvious.

try like:

log.d("debug", "some text"); 

log.d stands debug. make sure import log class.

import android.util.log; 

you can import automatically holding alt key enter.

check this: http://developer.android.com/reference/android/util/log.html


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -