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?