6 ms·
I am confused about how the IntelliJ IDEA with android plugins competes with Android Studio. I thought that Android Studio is suppose to replace IntellyJ for an
by zidar 13y ago
I am confused about how the IntelliJ IDEA with android plugins competes with Android Studio. I thought that Android Studio is suppose to replace IntellyJ for android development.
- RyanZAG 13y agoAndroid Studio is a fork of the OSS IDEA by Google. IntelliJ IDEA is the version released by the actual company and is not affiliated with Google.
- rdemmer 13y agoIntelliJ IDEA and Android Studio FAQ: http://bit.ly/1d7U0Kg http://bit.ly/1d7U0Kg Q: Is Android Studio a fork of IntelliJ IDEA? A: No. Android Studio and the Android plugin for IntelliJ IDEA are built from the same code, and all of the changes in Android Studio are, and will continue to be, available in IntelliJ IDEA releases.
- RyanZAG 13y agoIt's a fork in the sense that it's a fork of the IntelliJ repo with Google/Android related assets added. So it's more of a branding fork than a code fork, but since its in a different repo I'd still call it a fork. But it's just terminology I guess.
- chinpokomon 13y agoBut that ships with IntelliJ IDEA, so it isn't a fork. Android Studio is a subset of IDEA 13.
- 67726e 13y agoAndroid Studio is built off of the codebase[0] from IntelliJ 13. The JetBrains products like RubyMine, WebStorm, and seem to be built off of the same core IDE with plugins for languages/platforms and features. So most of the functionality is really just in plugins, and of course IntelliJ probably offers additional Android development functionality for a price. [0] http://www.jetbrains.org/pages/viewpage.action?pageId=983211 http://www.jetbrains.org/pages/viewpage.action?pageId=983211
- rdemmer 13y agoThese resources might help: IntelliJ IDEA is the base for Android Studio, the new IDE for Android developers: http://bit.ly/1jN1bgb http://bit.ly/1jN1bgb IntelliJ IDEA and Android Studio FAQ: http://bit.ly/1d7U0Kg http://bit.ly/1d7U0Kg