F
F
Fortunato282018-05-11 22:07:28
Android
Fortunato28, 2018-05-11 22:07:28

What kind of files can be executed on Android?

The logic is this: the client Android mobile device receives some file, executes it, and returns the result to the server. The question is, what kind of files is easier / more correct / more logical / more convenient to send?
Some kind of pre-compiled one? Then what and how?
Or something scripted? Or what in general?
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
pfg21, 2018-05-11
@Fortunato28

it is quite possible even to execute a "Linux" binary compiled for arm-architecture. For under the android-java-shell is a full-fledged Linux.
and scripting - any for which you put / compile the appropriate shell. the same busybox offers an almost complete set of console applications.
in general, as in any operating system: whatever tool you put in, it will work.

D
Denis Zagaevsky, 2018-05-11
@zagayevskiy

Script only. Lua, for example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question