Development environment construction for the introduction of Android--kotlin development

Source: Internet
Author: User

One. Open Android Studio-setting-plugins

Note that the first time is not searchable, will pop up a dialog box, enter Kotlin in the dialog box, select the second one. Click the "Install" button on the right to install

After the installation is complete, restart Android Studio.

Second, the new Kotlin project

Open Android Studio, check the new project, or in the original project, create a new kotlinactivity. You can also turn the original activity directly into kotlinactivity.

Directly new

The direct conversion method is: Select the activity--menu bar, select code--Select "Convert Java file to Kotlin"

Third, complete the final configuration.

Click into the app's build.gradle and you'll see a pop-up box appear in the top right corner with a hint "config" clicked

Click OK to do it. In sync Build.gradle

Four, the most important thing is, do not forget to add a sentence:

' kotlin-android-extensions '

Without this sentence, you don't realize the convenience that Kotlin brings to you.

Development environment construction for the introduction of Android--kotlin development

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.