Ohanian Active Member Licensed User Longtime User Nov 26, 2016 #1 Hi, i'm looking for the equivalent b4a code for this : B4X: android { buildToolsVersion '24.0.2' defaultConfig { minSdkVersion 15 renderscriptTargetApi 19 renderscriptSupportModeEnabled true // Enable RS support } }
Hi, i'm looking for the equivalent b4a code for this : B4X: android { buildToolsVersion '24.0.2' defaultConfig { minSdkVersion 15 renderscriptTargetApi 19 renderscriptSupportModeEnabled true // Enable RS support } }
Erel B4X founder Staff member Licensed User Longtime User Nov 27, 2016 #2 It is not possible to set this option. Did you get any error without this setting? Upvote 0
Ohanian Active Member Licensed User Longtime User Nov 27, 2016 #3 Hi, There's no error, but got no blur effect. Upvote 0
M Matti81 New Member Licensed User Longtime User Feb 14, 2017 #4 Hi Ohanian, this was a good starting point for me with ScriptIntrinsics https://www.b4x.com/android/forum/t...ntrinsics-function-example.32511/#post-385474 following DrewG´s examples you should be able to run all intrinsic RenderScripts, including ScriptIntrinsicBlur . Reflection library is required. Upvote 0
Hi Ohanian, this was a good starting point for me with ScriptIntrinsics https://www.b4x.com/android/forum/t...ntrinsics-function-example.32511/#post-385474 following DrewG´s examples you should be able to run all intrinsic RenderScripts, including ScriptIntrinsicBlur . Reflection library is required.