error: Non-root compute kernel blur_v() is not supported in SDK levels 11-15 & error: Non-root compute kernel blur_h() is not supported in SDK levels 11-15
when I clean the library using the eclipse ,some errors appear in file blur.rs。 like this: error: Non-root compute kernel blur_v() is not supported in SDK levels 11-15 warning: implicit declaration of function 'rsSetElementAt_uchar4' is invalid in C99 error: Non-root compute kernel blur_h() is not supported in SDK levels 11-15
someone can help me ,thanks very much!
I find the same problem at #16 。
hi @kikoso ,when I repaired the errors according to the #16 ,another error appeared about NoSuchFieldError .then I did some changes on the library: in the RSBlurProcess.java: ScriptC_blur blurScript = new ScriptC_blur(_rs, context.getResources(),R.raw.blur); to ScriptC_blur blurScript = new ScriptC_blur(_rs); then everything is ok.Can you explain the reason? thanks.