The eclipse project folder shows a red cross beside it and doesn't compile.
On looking into 'problems', it said llvm-rs-cc.exe missing, so I downloaded it manually and placed it in platform tools.
Now I get this problem: llvm-rs-cc: error: unknown argument: '-target-api' in Android renderscript
What is the error?
Compiled against Android 4.2. Source libs: isoviewer-2.0-rc23.jar, xmpcore 5.1.1.jar, android.jar( 17) and jre 1.7
Any help would be appreciated.
What revision of ADT do you have installed? I can tell you that Renderscript was working fine for me until I upgraded Eclipse to the latest ADT 22 on my PC. With that update came the error message (when subsequently compiling an application with Renderscript in it) "Error executing Renderscript. Please check that llvm-rs-cc is present at C:\Users\MyName\AppData....\platform-tools" which looks like the error that you first received.
The bug, evidently affecting Mac as well, has been reported here and I noticed, at the bottom of that thread, a workaround for Mac OS. I haven't yet found a solution for Windows.
Also, Renderscript is now not all that is broken, on the Windows side at least. I was getting "could not find class" debugging failures (having to do with the V4 support library) when connected to my phone, something I haven't experienced before. For this problem, this stackoverflow thread offers a fix which has worked for me.