google never says it’s foss and it makes sense why theyd not foss it, extend and extinguish. flathub says proprietary, wikipedia says both, im very confused

  • PizzaButtAndTacoHell
    arrow-up
    34
    arrow-down
    1
    ·
    8 months ago
    link
    fedilink

    Android Studio is a fork of IntelliJ IDEA, which is open sourced and free software (under Apache 2.0), with additions from Google (proprietary and closed source, as far as I can tell), so it has components that are both. This is compatible with the Apache license, which doesn’t require that derivative works be distributed under the same license.

    So, ultimately, Android Studio has some components that are open source and some that aren’t.

    • jackpotOP
      arrow-up
      2
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      and is there no other way to make kptlin code?

      • 0xd34d
        arrow-up
        3
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        There’s always the command line tools with gradle 😉

      • Atemu
        arrow-up
        2
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        The regular FOSS Intellij Idea is the premier Kotlin IDE and can do Android too. Though Google is usually a slog to throw their AGP integration code over the fence which sucks because projects sometimes upgrade their AGP quite aggressively.

      • Simon Müller
        arrow-up
        1
        arrow-down
        0
        ·
        6 months ago
        link
        fedilink

        The code itself is just text, an IDE just gives you fancy integration.