- See android devel
-
How to Run Android Apps in Linux with AndroVM
- androvm.org now is GenyMotion
-
GenyMobile owns GenyMotion - Android as a Service
Cloud-based Android virtual devices to boost your test automation or run your app in your website
- PaaS (Virtual images on your cloud provider) - $0.5/hour per VD (+cloud providers fees)
- SaaS (Android virtual devices available on SaaS) - Pricing starts at 200$/month
-
ANDROID APPLICATIONS ON REAL LINUX
- See android in lxc
-
ARM Architectures
- eabi: embedded applicaion binary interface
- armel: arm eabi little endian, softfp
- armhf: arm hard float
- arm64: hard float
-
How to run armhf executables on an arm64 system
- Arm32 support is optional on arm64. In practice, there is only one arm64 CPU that omits legacy arm32 instruction set support - Cavium ThunderX.