As in title. As I know Android Studio need glibc so I need to use container but how about emulation in container? Is it possible? I have x86_64 CPU.

  • nortio@feddit.it
    link
    fedilink
    arrow-up
    2
    ·
    1 hour ago

    Yes, it’s perfectly usable in a container. I use distrobox and the emulator works just fine

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 hours ago

    I’m confused by your question. Why would you need a container for this? There are other packages downloads for Android Studio. Container would be the most convoluted way of running it.

    • chrash0@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      really? i mean, people have done it for friggin vanilla ass Node.js servers. Android projects can have weird dependencies that a container might help solve (NDK etc).

      i’m not saying that it’s my preferred way to build, but that wasn’t the question.