Bolic
Bolic

Reputation: 745

Android Support + Intellij Ultimate vs. Android Studio

I am developing with Android Studio so far. Now I realized that I am able to get a Intellij Ultimate license. I tried to figure out how to activate the 'ultimate' plugins in my Android Studio. But since Android Studio is based on the community edition this is not possible. Or is there any clue do to this?

The other way around: I use IntelliJ Ultimate and activate the plugin 'Android Support'. But then disadvantages appears like missing android studio specific buttons (sdk,avd,...) Is there any way to activate the Android Studio UI?

Upvotes: 3

Views: 5871

Answers (1)

Peter
Peter

Reputation: 5164

Android Studio is a separate IDE. It's based on the Intellij platform but its a bit different.

There are plugins like JRebel for Android that are not working (yet) in Idea Ultimate/Community and vice versa.

If you want to use Ultimate only features like database plugin or grails support or something else, you have to accept that not all Android Studio features are available.

You have to decide which feature set is more worth to you.

Upvotes: 6

Related Questions