Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.ml
android·Androidbyjackpot

is android studio open source? i get different results from every website.

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

View original on lemmy.ml
26

11 replies

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.

31
jackpotreply
lemmy.ml

and is there no other way to make kptlin code?

1

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.

2
lemmy.world

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

4

You reached the end

is android studio open source? i get different results from every website. | Spyke