I'm looking for an IDE for my phone and found the Android Terminal Emulator. However, some commands are different. I would like to know the command to compile in the terminal. For example: gcc
does not exist in the mobile shell.
I'm looking for an IDE for my phone and found the Android Terminal Emulator. However, some commands are different. I would like to know the command to compile in the terminal. For example: gcc
does not exist in the mobile shell.
It needs to be the terminal and it must be GCC? There are alternatives to compiling C programs on Android both online and offline. A quick Google search showed me this: link
I think this solves your problem. Going the route you're going will give you more work than it's worth.