8

Is it possible to make a command line app for linux, and then run it on android with shell? Since android runs on linux, I don't see why there would be any problems running it. I know that /system/bin/* has all the things you can use from adb so this should be the same.

1
  • The easiest way to do this is with the Android build system, since it has all the necessary cross-compile libs set up. Commented Jan 7, 2011 at 23:02

2 Answers 2

3

Yes, it's possible. Here is one claim of doing this successfully.

Sign up to request clarification or add additional context in comments.

Comments

1

Theoretically, you're correct.

Better try that out!

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.