Advertisement
Top

What’s new in Google’s Android Studio 3.1

March 29, 2018

Category:

Released in late March 2018, Google’s Android Studio 3.1 IDE has added improvements for C++ and Kotlin coders and for SQLite database users.

The new C++ CPU performance profiler troubleshoots bottlenecks in code. Developers use the simplperf command line tool as the back end while the profiler records C++ method traces.

For Kotlin, Lint code quality checks now can be run from the command line as well as from the IDE. To take advantage of this Lint capability, developers open an Android Studio project and use the command line to run gradlew lint

Read More on Info World