• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Log method error

JAYME CUNHA

Lurker
I don't know what is going on with the Log method, I've been using it normally and now I have a project in which it doesn't work at all.

android.utils.Log is imported already but when I go and type in Log.i, Log.d, Log.e, anything, it says it cannot resolve symbol 'i' or whatever else I try.

Please help! I can't find the answer anywhere... :(

Thanks!
 
Welcome to our AndroidForums, @JAYME CUNHA :).

I've moved your post over here to our Application Development area for you.

I believe the proper import is actually "android.util.Log" and not "android.utils.Log" (don't know if that was a typo or is the actual issue here).

Cheers!
 
Back
Top Bottom