I'm trying to build the "HelloCompute" android renderscript example in eclipse, with:
target=android-21
set in the project.properties file.
Eclipse does not generate the java files in the gen/ folder as it should so I can not run the example. Anyone knows why this does not work with target=android-21 but works just fine with target=android-19?