You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered:
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
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.
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!
The text was updated successfully, but these errors were encountered: