Mobile

Android Studio 3.2 Beta 5 out, with updated Protobuf Gradle plugin

1 min read

A good news for Android developers; Android Studio 3.2 Beta 5 is now available and ready for download. This is the latest beta channel preview version.

Android Studio is Android’s official IDE, which is purpose-built for Android. It helps in accelerating application development and helps in building the highest-quality apps for every Android device.

Read Also:  What is Android Studio and how does it differ from other IDEs?

The last major release was Android 3.1.0 released in March 2018. The current stable version available is Android Studio 3.1.3. The latest Canary channel preview version is Android Studio 3.3 Canary 3. The Canary build allows one to experience latest features which are lightly tested as compared to the apps in the Beta build.

What’s new in the Android Studio 3.2 Beta 5 update?

Change in behaviour

This version update now includes a minimum Protobuf Gradle plugin version of 0.8.6. This Gradle plugin compiles Protocol Buffer (aka. Protobuf) definition files (*.proto) in any project.

Apart from this change, some bug fixes in this Beta 5 version include:

  • Translations Editor rows are now aligned properly after scrolling
  • Running another project using GradleBuild was causing java.lang.IllegalMonitorStateException: attempt to unlock read lock, not locked by current thread. This bug has now been fixed.
  • Layout styles which were improperly requiring API level 17 instead of 15 are now fixed.
  • Android Studio that was not properly navigating to certain styles with error message: “Cannot find declaration to go to” has been fixed.
  • Linter is now properly resolving some API level values.

Read more this update on Android Studio Developer page

Read Next

9 Most Important features in Android Studio 3.2

The Art of Android Development Using Android Studio

Build your first Android app with Kotlin

Savia Lobo

A Data science fanatic. Loves to be updated with the tech happenings around the globe. Loves singing and composing songs. Believes in putting the art in smart.

Share
Published by
Savia Lobo

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago