this post was submitted on 12 Jul 2024
443 points (99.3% liked)
Open Source
30983 readers
459 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can use Waydroid to run Android apps on Linux.
I'm an OpenBSD user, not a Linux user, and Waydroid isn't ported.
find /usr/ports -type f -name DESCR -exec grep -li android {} + | awk -F/ '{printf "%s ", $5}' | sed 's/ $//'; echo
gives mefdk-aac musikcube opencore-amr adb apktool jadx kf5 py-filebytes clearsans roboto-fonts chiaki libgdx libgdx kdeconnect-kde ntfs-3g selfoss
, none of which seem to be an android emulator.Either way, using a youtube client through an android emulator seems silly, especially when there are native clients like minitube and pipe-viewer that work on any platform.
It’s not run through a specific port, but through binderfs, a filesystem which indeed seems to be not ported to BSD.