error while importing stackblue into Android Studio project -


i'm trying import , add android stackblur android studio project, missing scriptc_blur class.

i added following values build.gradle android gradle plugin v0.14.1. however, doesn't resolve issue

android {     compilesdkversion 21     buildtoolsversion '21.1.0'      defaultconfig {         ...         minsdkversion 11         targetsdkversion 21         renderscripttargetapi 19         renderscriptsupportmodeenabled true      }     ...     dependencies {         ...         compile files('libs/renderscript-v8.jar')         ...     } } 

i followed thread, had no luck work. advice , suggestions appreciated


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -