📜 ⬆️ ⬇️

Stable version of Android Studio 2.2 released

Last night, the stable release of Android Studio 2.2 was released. Developers talk about 20+ changes: design, development, assembly and testing. Of significant changes:

Design


New layout editor

image

Constraint Layout

Very much expected feature by me. Read more about what this can be read in this article.
')
image

Development


Improved C ++ support. Now you can use CMake or ndk-build to build a C ++ project using Gradle. And many other changes.

Search by examples

image

Assembly



Testing


Virtual sensors in the emulator
image

Espresso Test Recorder (Beta)

As the name implies: now you can simply write down your actions and go to do more interesting things.

image

GPU Debugger (Beta)

image

» News on the developer blog

Source: https://habr.com/ru/post/310478/


All Articles