Android Question How to enable Renderscript In B4a ?

Ohanian

Active Member
Licensed User
Longtime User
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
  }
  }
 

Ohanian

Active Member
Licensed User
Longtime User
Hi,

There's no error, but got no blur effect.
 
Upvote 0
Top