Hi,
My bad. The issue was because the rs file name was changed! And so in the 
java layer where the new name of the file is mentioned 
(i.e.ScriptC_yourRSfileName) the old file name was still persistent in the 
resource path (i.e. R.raw.yourRSfileName). So the binary code file that was 
already created in the raw folder with the old name was what the project 
was using and not the new bc file which it was supposed to. So just 
check by any chance if you have the same issue, then just change the path 
name for your resource as your rs file name.

On Tuesday, June 19, 2012 1:10:24 PM UTC+5:30, alex wrote:
>
> Hi. The examples were wroking perfectly fine after updating my sdk and 
> adt. But now for one of my projects it suddenly stopped working to display 
> from rsDebug, whereas from the other layers its displayed on the logcat. Is 
> there any solution that you have found for it?
>
> On Friday, July 8, 2011 9:12:08 AM UTC+5:30, Neo wrote:
>>
>> Hi, 
>>
>> I'm trying to explore RenderScript examples, I could not see debug 
>> statements from native renderscript layer (i.e. rsDebug from .rs 
>> files) in logcat when running any of of the examples, however I can 
>> see all messages from other layers, I'm printing at verbose level, Am 
>> I missing something or does it go somewhere else? 
>>
>> Thanks, 
>> Neo.
>
>

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

Reply via email to