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.

you are viewing a single comment's thread
view the rest of the comments
[+] 16 points 10 months ago* (last edited 5 months ago) (2 children)
  • [–] 4 points 10 months 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)

  • source
  • parent
  • hideshow 4 child comments
  • [–] 20 points 10 months ago (1 child)

    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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 10 months ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 10 months ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 10 months ago (2 children)

    wait, java (&kotlin) are cross platform?

    :O

  • source
  • parent
  • hideshow 4 child comments