Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #33

Open
yangbo637829 opened this issue Jan 23, 2015 · 2 comments

Comments

@yangbo637829
Copy link

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!

@yangbo637829 yangbo637829 changed the title error: Non-root compute kernel blur_v() is not supported in SDK levels 11-15error: Non-root compute kernel blur_h() is not supported in SDK levels 11-15 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 Jan 23, 2015
@yangbo637829
Copy link
Author

I find the same problem at #16

@yangbo637829
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant