this post was submitted on 25 Feb 2024
26 points (86.1% liked)

Android

1886 readers
1 users here now

A place to discuss anything related to Android or Android adjacent.


INFO:


Check Out Our Partner Communities:

[email protected]

founded 4 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] matrixrunner 31 points 8 months ago (1 children)

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.

[–] [email protected] 1 points 8 months ago (4 children)

and is there no other way to make kptlin code?

[–] [email protected] 5 points 8 months ago* (last edited 8 months ago)
[–] [email protected] 3 points 8 months ago

There's always the command line tools with gradle 😉

[–] [email protected] 2 points 8 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.

[–] [email protected] 1 points 6 months ago

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