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.

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    1 day ago

    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
      link
      fedilink
      English
      arrow-up
      5
      ·
      8 hours 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
      link
      fedilink
      English
      arrow-up
      4
      ·
      23 hours 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
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 day ago

    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
      link
      fedilink
      arrow-up
      3
      ·
      1 day ago

      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)

    • somerandomperson@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      20 hours ago

      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.

      • ragas@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        Most Apps are just Java/Kotlin code, which is converted into your CPUs instruction set at runtine.

        So usually this will not be a problem. Unless you use some kind of hyperoptimised App, which should be rare.

  • Aceticon@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    21 hours ago

    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
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 hours ago

      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
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 hours 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?

    • NekuSoul@lemmy.nekusoul.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      20 hours 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.