this post was submitted on 13 Oct 2025
128 points (94.4% liked)

Android

32208 readers
15 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 2 years ago
MODERATORS
 

The open source project I stumbled upon that allows you to run Android apps on PC is Waydroid....it takes a container-based approach to running a full Android system directly on Linux

Alas given how it works it only works on Linux.

top 26 comments
sorted by: hot top controversial new old
[–] zo0@programming.dev 68 points 3 weeks ago

It's waydroid on linux.

[–] hendrik@palaver.p3x.de 26 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Yes. Waydroid is very nice. What do you use it for? I've come to the realization I don't really need a lot of Android apps on my laptop, I have good Linux software for 99.9% of the stuff I do. So Waydroid mostly sits there, unused, while I use a regular Linux messenger client and Google Maps on the website.

[–] northernlights@lemmy.today 8 points 3 weeks ago

I use it exclusively to control my a/c's thermostats as an ios or android app is the only way to do it remotely.

[–] RvTV95XBeo@sh.itjust.works 4 points 3 weeks ago

I confess I haven't used it but I've been wanting to try and get my preferred RSS reader app (Feeder) on my computer - that's the only one that I want though

[–] ook@discuss.tchncs.de 15 points 3 weeks ago (2 children)

So, if you had a linux phone, you could still run all android apps as is? Given you have an .apk I suppose?

[–] bluGill@fedia.io 3 points 3 weeks ago (2 children)

If you can get the app. I looked at Waydroid and other apps, but discovered that app I needed was only on the google play store. (I want to see when my kid's bus will arrive - there is no web site, just an app. I suspect it needs google logins or something to use, but I gave up before I figured out how to download the .apk)

[–] turbowafflz@lemmy.world 19 points 3 weeks ago (1 children)

You can use Aurora Store, it's an open source client for the play store. Just probably don't sign into it with your real google account since it violates the play store tos

[–] ook@discuss.tchncs.de 2 points 3 weeks ago (1 children)

That would be easy on a linux phone setup where you have no need to sign in.

[–] turbowafflz@lemmy.world 4 points 3 weeks ago

Yeah, only time it becomes inconvenient is if you want to use a paid app

[–] curbstickle@anarchist.nexus 11 points 3 weeks ago

For the future, apkmirror.com is the easy answer for your needs

No, the architecture still needs to match. If you android app supports x86, you're good. Otherwise, you can technically emulate ARM64 and run it, but the performance will suck ass.

[–] AreAnyUsernamesAvail@lemmy.ca 8 points 3 weeks ago (5 children)

Would it work on Windows using WSL?

[–] aloofPenguin@lemmy.world 1 points 1 day ago

I don't think it will. If it does you will need to jump through a ton of hoops to get it working. I remember when I tried to set It up on WSL i had to manually set up anbox binders, and start dbus up every time. Even after that there were errors preventing me from doing anything beyond downloading the image.

[–] Localhorst86@feddit.org 24 points 3 weeks ago* (last edited 3 weeks ago)

"Yo, Dawg. I heard you like subsystems..."

[–] couch1potato@lemmy.dbzer0.com 3 points 3 weeks ago (1 children)
[–] caseyweederman@lemmy.ca 2 points 2 weeks ago

Yes but you don't need it. WSL2 comes with WSLg these days, and can draw to your Windows desktop without an external graphical server.

[–] relativestranger@feddit.nl 3 points 3 weeks ago

i have no need, so i haven't bothered with trying.. but i have seen pages by people who have gotten it to run--with some extra work involved.

Would your pc work if you moved to linux?

[–] Aceticon@lemmy.dbzer0.com 7 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

Doesn't Waydroid require Wayland instead of XWindows?

Because my Linux PC is also my gaming PC, which for historical reasons (used to be a Windows PC) has a NVidia card, and from what I've read Wayland is a lot more problematic with NVidia drivers than XWindows.

Last time I went to install Waydroid I just stopped half way and reverted it because their website says it requires Wayland.

[–] Railcar8095@lemmy.world 5 points 3 weeks ago (2 children)

For the past few months I've used Wayland with Bazzite and Nvidia, with no apparent issue. I might have issues or missing features I don't realize, and if there was a performance degradation it was small enough I didn't notice.

Tldr; YMMV, but works for me

[–] Aceticon@lemmy.dbzer0.com 2 points 3 weeks ago

I'm on Pop!OS which comes with X11 by default, so I'm very wary of trying to change it to use Wayland as I don't wan't to risk breaking my gaming PC (followed by who knows how many days of mucking about with it to fix it) which is supposed to just be for coming home after work and relaxing.

Is there another way of running Android apps on Linux?

[–] Lumisal@lemmy.world 1 points 3 weeks ago

Flatpak or?

[–] hexagonwin@lemmy.sdf.org 3 points 2 weeks ago (1 children)

i use x11 and i run weston on top of x11 and waydroid inside it. seems to work fine

[–] Aceticon@lemmy.dbzer0.com 1 points 2 weeks ago

Interesting.

I'm having a look at documentation about it and weston does indeed seem like a pretty straightforward way of having a Wayland compositor on top of X11 (or per the documentation, on top of pretty much anything) to run applications that expect such a compositor, like Waydroid.

I think I might give that a try.

Thanks.

[–] nekusoul@lemmy.nekusoul.de 2 points 3 weeks ago

Over the last year or so NVIDIA massively improved their Wayland support. May not be perfect, may not be as good as AMD, but it usually cones with lass drawbacks than the X11 experience.

[–] Wispy2891@lemmy.world 1 points 2 weeks ago

So, basically that article has been written with the purpose to show their users the BlueStacks sponsorship, while bashing on slow and clunky emulators like BlueStacks 😂