Sunday, November 22, 2015

terminal - Running own executable on Android shell


I need a specific command line tool and I have made a C program in my Linux shell. I have compiled the program with an ARM cross-compiler. I have then moved the program into the Android file system and tried to run it.


The output is permission denied.


What do I have to do, in order to run my own compiled programs in Android file system?




No comments:

Post a Comment