This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Hello World Program in android platform



I made a simple Hello World program in Android platform to be run from terminal (not graphics). The program is compiled and copied to the root file system. When I try to execute it by typing ./test, the OS says not found. However, the file is there, after typing ls -l. I changed permissions to 777 and same problem. Can any body help?