Android.renderscript.rsruntimeexception: Loading Of Scriptc Script Failed. (android Sdk Build Tools 23.0.1)
Trying to compile renderscript without using the support library. I'm using Android Studio with android sdk build tools 23.0.1 (I also have 20 and 23.0.0). Trying to compile it for
Solution 1:
Set targetSdkVersion to the supported level of your S5, as 23 will cause this to be only runnable on API level 23+ devices. We don't use minSdkVersion. We use your targetSdkVersion when compiling for RS.
Post a Comment for "Android.renderscript.rsruntimeexception: Loading Of Scriptc Script Failed. (android Sdk Build Tools 23.0.1)"