Thursday, October 26, 2017

Android Studio 3.1 Canary 1 now available

Android Studio 3.1 Canary 1 is now available in the Canary and Dev channels.

If you already have an Android Studio build on the Canary or Dev channel, you can get the update by clicking Help > Check for Update (or Android Studio > Check for Updates on Mac). Otherwise, you can download it here.

This update includes bug fixes and improvements, such as the following:


allprojects {
    repositories {
        // The order in which you list these repositories matter.
        google()
        jcenter()
    }
}


  • New Layout Editor action to convert views from one type to another. From the component tree pane in the Layout Editor, right-click on a component and select Convert view. In the dialog that appears (shown below), select a suggested view type and click Apply. If the IDE doesn’t suggest the type of view you want, search for it using the text field near the top of the dialog.