Reputation: 518
I am starting to learn Kotlin and I want to develop a visual Kotlin application for Android, and I am using IntelliJ Idea. I haven't really found any tutorials on how to use IntelliJ to develop visual Kotlin applications, I have found many on how to develop them with Android Studio, but I started with IntelliJ and would rather stick with it than learning a new one. Is there a way to develop visual Kotlin applications in IntelliJ Idea or do I have to switch to Android Studio?
Upvotes: 0
Views: 231
Reputation: 871
You won't lose anything switching to Android Studio, because it's built on a same platform core as intellij idea.
But there should probably be a way, probably you have to set everything up in:
Settings -> Appearance & Behavior -> Android SDK
Then in top menu bar
Tools -> Android
you will have an AVD and SDK managers.
Full guide for setting project android up in Intellij Idea
Upvotes: 2