The method is Log.d(tag,message);
Looking at what you posted, it looks like you need to capitilize the L and
put a d,v,i,w,e for debug verbose info warning error

On Sep 22, 2010 1:04 PM, "David Turner" <di...@android.com> wrote:
> Please avoid cross-posting !! this should go into android-developers only.
>
> On Wed, Sep 22, 2010 at 6:57 PM, Atul Raut <atul.dr...@gmail.com> wrote:
>
>> Hi I have imported import android.os.Message; still giving error.
>>
>>
>> On Wed, Sep 22, 2010 at 10:24 PM, Atul Raut <atul.dr...@gmail.com> wrote:
>>
>>> Hi am getting this error :
>>>
>>> cannot find symbol symbol : method log(java.lang.String)
>>> when using method : log("some test", +test);
>>>
>>> I have imported
>>>
>>> import android.text.TextUtils;
>>> import android.util.Log;
>>>
>>>
>>> Still its throwing same error why it is so ?
>>>
>>> -Atul
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "android-ndk" group.
>> To post to this group, send email to android-...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> android-ndk+unsubscr...@googlegroups.com<android-ndk%2bunsubscr...@googlegroups.com>
<android-ndk%2bunsubscr...@googlegroups.com<android-ndk%252bunsubscr...@googlegroups.com>
>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/android-ndk?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to