I specified in my project.properties
renderscript.target=18
renderscript.support.mode=true
and imported the V8-Library into the project. When I clean my project, all my generated RS-Classes still import "android.renderscript.*";
However, I need android.support.v8.renderscript, otherwise the types are not compatible. How do I force the compiler to create classes with the support-package import?
After replacing the whole "eclipse" folder from the one that comes with the ADT-Bundle, it seems to work now. All the scripts include the support.v8 now. I'm not sure what was wrong, but it seems like the Eclipse-Version may was to old.