So I wanted to try out the samples that use RenderScript, and I imported HelloWorld in Eclipse. But it gives me errors like:
[2011-10-25 13:10:48 - HelloWorl
this is a bug in the tools. It will be fixed, but there is a workaround:
Replace /platforms/android-[11|12|13]/renderscript with the version located at /platforms/android-14/renderscript
This will copy the newest headers into older platforms and make your project compile.
Here's the bug: http://code.google.com/p/android/issues/detail?id=21006