I am developing an app in Android Studio with target for API 22. I have tried to use the Log
class with the method d()
but I did not find it. The helper shows only Log()...
What am I missing?
I am developing an app in Android Studio with target for API 22. I have tried to use the Log
class with the method d()
but I did not find it. The helper shows only Log()...
What am I missing?
Just import the library import android.util.Log;
And just tips: use alt+space
and alt+enter
feature from Android Studio
Note: Alt + Enter = Project quick fix (show intention actions and quick fixes)