Are there any major differences between Android Studio and the IntelliJ platform on which it is built?

Viewed 1755

I am somewhat new to both IntelliJ and Android Studio. The Android Studio IDE seems to be built directly on top of the IntelliJ platform. Are they the same?

1 Answers

Since Android Studio is based in Intellij, your "learning curve" should not be a problem at all.

Android studio has more "branding" for Android than IntelliJ IDEA. And since it is just an Android IDE, it can be more "focused". There isn't anything you can do in Android Studio that you can't do in Intellij IDEA. But the opposite is not true. There are a number of (non-android) things you can do in IntelliJ IDEA (both the community and ultimate editions) that you cannot do in Android Studio. enter image description here

for more clarification

Related