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
    link
    317 months ago

    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.

      • 0xd34d
        link
        fedilink
        37 months ago

        There’s always the command line tools with gradle 😉

      • Atemu
        link
        fedilink
        27 months ago

        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.

  • @trolololol
    link
    47 months ago

    It’s open source, you can download and build it if you follow the instructions to clone AOSP source code.