Search code examples
androidrenderscriptloadlibraryunsatisfiedlinkerror

Getting UnsatisfiedLinkError when using renderscriptSupportModeEnabled with System.loadLibrary


I have a project with some native library. When I enable renderscriptSupportModeEnabled, I am getting UnsatisfiedLinkError error at line of System.loadLibrary(). I am using SDK 22 and 21. thanks.


Solution

  • I have solved the problem by renaming armeabi folder to armeabi-v7a !