Skip to content Skip to sidebar Skip to footer

Getting "cannot Locate Symbol _Z17rsMatrixTranslateP12rs_matrix4x4fff" Using The RenderScript Support Library?

so my app is crashing mainly on any device running less than 4.4 and this is what the crash log is reporting to me: android.support.v8.renderscript.RSRuntimeException: Loading of S

Solution 1:

We had many missing symbols in the support library unfortunately. This bug (and other missing symbols) are all fixed in AOSP right now, but you will have to wait for an SDK update before making use of it.


Post a Comment for "Getting "cannot Locate Symbol _Z17rsMatrixTranslateP12rs_matrix4x4fff" Using The RenderScript Support Library?"