https://github.com/bc100dev/alde
Android on the Linux Desktop Environment
https://github.com/bc100dev/alde
android bionic cpp glibc java jdk-21 linux native-apps open-source sdk sdk-android sdk-java
Last synced: 3 months ago
JSON representation
Android on the Linux Desktop Environment
- Host: GitHub
- URL: https://github.com/bc100dev/alde
- Owner: BC100Dev
- License: apache-2.0
- Created: 2024-02-15T13:55:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-01T12:36:37.000Z (over 1 year ago)
- Last Synced: 2025-03-07T17:12:09.073Z (4 months ago)
- Topics: android, bionic, cpp, glibc, java, jdk-21, linux, native-apps, open-source, sdk, sdk-android, sdk-java
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ALDE
ALDE, or "Android on Linux Desktop Environments", is an Android SDK layer for Linux
desktop environments. It has the capability of running Android apps/games natively
on Linux, which translates the native Bionic layer into glibc.Now, it wouldn't be an Android port, when there is no possibility of running an
actual Android system. I will make that possibility that includes using the default
System image, which will do its jobs. No emulators / VMs involved, but within a
Window that will run a full Android system. Something that `wine` does its job at.## Expected requirements
Now, I am not sure with the requirements, but these are my speculations on what the
requirements could be that the systems (mainly from the Android sources) say:- At least 2 GB of RAM available
- AMD Ryzen 3 3200G CPU or equivalent
- At least 3.6 GB of Storage (SSD)Recommended specifications might be:
- 4 GB or more RAM available (depending on how much RAM you want to spare for the
system)
- AMD Ryzen 7 5700G CPU or equivalent
- 4.5 GB of Storage space (NVMe)Longer description coming soon