Reputation: 36035
I've decided to start learning Renderscript as a possible solution to my next project. However, I'm having trouble even getting Eclipse to run the thing. I'm importing the examples that come with the SDK 11. It seems to have trouble importing the headers. Eclipse doesn't recognize the directives like pragma
or extern
. Also, whenever I include a required file such as rs_core.h
a message pops up stating llvm-rs-cc.exe has stopped working
. I assume there's some sort of setup that I'm missing, but I can't find anywhere on the web that explains it.
Upvotes: 0
Views: 864
Reputation: 9439
"Replace /platforms/android-[11|12|13]/renderscript with the version located at /platforms/android-14/renderscript" see this question.
Upvotes: 2