N
N
Ninazu2019-01-06 18:52:54
Android
Ninazu, 2019-01-06 18:52:54

How to run a binary file on Android?

Essence of the question. There is a binary compiled for ARM, it works fine on RaspberryPi, how to run it on an Android (Oreo) tablet. Immediately make a reservation that this method should work without an additional device. That is, it could be launched from the tablet itself, ideally, in general, so that the shortcut was on the desktop of the tablet and without isolation in some kind of sandbox

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Varakosov, 2019-01-06
@thelongrunsmoke

Determine the processor architecture and build a binary for it, download it to the device, run it using the console.
Restrictions:
If the restrictions suit you, then you can write a wrapper application that will determine the architecture, unpack the desired binary from itself and run it, showing some kind of output.
The probability of a simple porting of an already existing solution tends to zero.

V
VoidVolker, 2019-01-06
@VoidVolker

Compile for the processor architecture in the tablet.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question