Trying to run this demo on android
I have compiled TVM4J and installed that in local maven repo.
After that when I tried to run that on Android I am getting the below error,
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:buildJni'.
Process 'command 'sh'' finished with non-zero exit value 127
Solve the problem, course I use android-studio to build the project, when I changed it to gradle in command line and fix some problems, it has been successed.