Google Releases Android Studio 3.6

Android Studio 3.6 focuses on core code editing and debugging quality is the first update since Google’s Project Marble, which helped shore up IDE quality.

“We learned a lot from Project Marble, and in Android Studio 3.6 we introduce a small set of features, polished existing features, and spent a notable effort addressing bugs and improving underlying performance to ensure we meet the high quality bar we set in the past year,” Google’s Scott Swarthout writes in the announcement.

Windows Intelligence In Your Inbox

Sign up for our new free newsletter to get three time-saving tips each Friday — and get free copies of Paul Thurrott's Windows 11 and Windows 10 Field Guides (normally $9.99) as a special welcome gift!

"*" indicates required fields

This field is for validation purposes and should be left unchanged.

Some of the key improvements in Android Studio 3.6 include:

Multi-display support. The Android emulator now includes preliminary support for multiple virtual displays.

New split view in the design editors. Now, you can quickly design, develop and preview app layouts using XML.

Embedded Google Maps. Now, you no longer need to manually type in GPS coordinates to test location-aware apps.

Automatic memory leak detection for Fragments and Activities. Now, you can automatically optimize your app and find bugs with automatic memory leak detection for Fragments and Activities.

There’s a lot more, so check out the original post for the details. As always, you can download Android Studio from the Android Developer website.

Tagged with

Share post

Please check our Community Guidelines before commenting

Conversation 2 comments

  • imranpk

    25 February, 2020 - 8:34 am

    <p>Real nice information </p>

  • bill_russell

    25 February, 2020 - 2:09 pm

    <p>The main reason for memory leaks is because of the side effects of Android's rotation handling mechanism, of recreating the activites and fragments, etc, traditionally not a fun thing to deal with, even though seeming easy on the surface. </p><p>A major point of Java is auto memory management, automatically preventing memory leaks or using programming patterns that would be impractical with manual memory management. I always immediately force to portrait mode, solving that. Then again I only do prototype apps, but most apps other than games and video apps should not rotate, period.</p>

Windows Intelligence In Your Inbox

Sign up for our new free newsletter to get three time-saving tips each Friday

"*" indicates required fields

This field is for validation purposes and should be left unchanged.

Thurrott © 2024 Thurrott LLC