From the course: Moving Your iOS App to Android Using Kotlin

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Set up Kotlin

Set up Kotlin

- [Instructor] The next thing that we're going to do, is create a project, so that we can get access to some of the other preferences that we want to. Go ahead and click on Ok. And let's create a folder on the desktop for our projects. We'll call this Projects. And go ahead and right-mouse click it, and hold down option, and copy the path name. And now, in Android Studio, let's select Start a new Andriod Studio project. And in here, we're going to call this KotlinPrimer. For the company domain, I'm just going to use my name. You would probably use your company name, or your own name. This is just a unique identifier that Google uses to group all the applications that you and your company make. And then, down in the Project location, just make sure that you paste that path so that it is in the Projects folder. And click Next. And this is a grade option, just APi 15, and for the phone and tablet. And we'll create just an empty activity for right now. Basically, all the defaults are…

Contents