Hi,
How can I run an Android app on Linux (Raspbian) without installing the Android operating system?
I'm looking for a kind of emulator that allows me to run Android apps on Raspbian.


not that I know. Its not as simple as you seem to think...Rootinator wrote: ↑Thu Nov 14, 2019 12:32 pmA simpler possibility does not exist?
For example, an emulator that allows you to run Android apps?
Most of that would need to be done via hardware, not emulation.cc_benny wrote: ↑Thu Nov 14, 2019 2:49 pmI have just read about https://anbox.io/ in another context. Might be worth a look, it's available as a package on Buster.
But a radio app would probably use the phone hardware. I know that my analog radio app uses the headphone cord for the antenna. I doubt that that is emulated by any emulator.
Might be worth trying it. It installs and runs on a Pi 3B (non-plus) but I ran out of time before figuring out how to make it work, ends with "No session manager" or similar, seg faults if not run from a Terminal from the Desktop. YMMV ...cc_benny wrote: ↑Thu Nov 14, 2019 2:49 pmI have just read about https://anbox.io/ in another context. Might be worth a look, it's available as a package on Buster.
Code: Select all
sudo apt-get install snapd
sudo reboot
Code: Select all
sudo snap install --devmode --edge anbox
snap info anbox
anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity