Closed haibara-ai closed 7 years ago
Hi, This a runtime error of Renderscript library, it depends on the gradle version and the Android build-tools. If you search around, you'll see similar errors are also reported. Nevertheless, it has nothing to do with the rest of the process and you should be able to successfully run your network through CNNdroid.
Thanks a lot.
Hi,
When I ran the myapplication app demo in Android studio template, got the error info as below, I test the alexnet
I got a lot of error info about E/RenderScript,
E/RenderScript: Unable to open shared library (/data/user_de/0/com.cnndroid.example/code_cache/com.android.renderscript.cache/librs.convrolledinf4outf4.so): (null)
E/RenderScript: Unable to open shared library (/data/user_de/0/com.cnndroid.example/code_cache/com.android.renderscript.cache/librs.innerproductinf8outf1.so): undefined symbol: init
...
What's the problem? Thx!