hi all!
I want to deploy my code in android application in native way(without the java code) . I have generated deploy_lib.so, deploy.json and deploy.params.
Then I put deploy_lib.so, deploy.json and deploy.params on sdcard
but error occors:
abort_message: assertion “terminating with uncaught exception of type dmlc::Error: [16:14:51] /app/src/main/cpp/tvm/src/runtime/dso_module.cc:112: Check failed: lib_handle_ != nullptr: Failed to load dynamic shared library /mnt/sdcard/deploy_lib.so dlopen failed: couldn’t map “/storage/emulated/0/deploy_lib.so” segment 1: Operation not permitted” failed
it seems I should not put deploy_lib.so on sdcard, so where should I place the it?