First Android 14 developer preview released

selective focus photography of person holding turned on smartphone

Google has today rolled out the first Android 14 developer preview, making it available for download immediately.

In a similar fashion to the path taken with Android 13, Android 14 will go through a series of developer previews before reaching beta in April, platform stability in early June and reaching production-ready status sometime in late July or early August.

While Google is no doubt keeping some features up its sleeve for Google I/O or announcement later this year, for developers there’s a number of important changes that you need to be aware of. They include:

  • Changes to the declaration of services, including limiting the types of services that can be permitted
  • Context-registered broadcasts have some minor changes when an app is cached
  • A new SCHEDULE_EXACT_ALARM permission for setting exact alarms
  • Requirement to declare if receivers are exported or unexported
  • Changes for apps using dynamic code loading
  • Apps with a targetSdkVersion lower than 23 can no longer be installed to protect against malware
  • Credential manager and passkeys support
  • OpenJDK 17 support

In addition, users will be able to increase their font size up to 200%. Currently Pixel devices allow customers to enlarge their fonts by 130% – so developers will want to test to ensure screens are still functional at the larger font size.

“Android 14 continues our work to improve your productivity as developers, along with enhancements to performance, privacy, security, and user customization,” Dave Burke, VP of Engineering wrote. “This preview is just the beginning, and we’ll have lots more to share as we move through the release cycle.”

The Android 14 SDK can now be installed in preview builds of Android Studio Giraffe. You can also flash Pixel devices with Android 14, but keep in mind you may need to use developer support images to downgrade.

Android Studio Electric Eel released

Android Developers Blog:

Today, we are ⚡️electrified⚡️ to announce the latest stable release of the official IDE for building Android applications: Android Studio Electric Eel (2022.1.1)!

This release includes updates and new features that cover across design, build & dependencies, emulators & devices, and IntelliJ.

Design

  • Compose Preview updates automatically
  • Compose Preview device spec
  • Layout Inspector recomposition rendering highlights
  • Visual Linting
  • Universal Problems panel

Build & dependencies

  • Improved Sync performance with parallel project imports
  • Download impact in Build Analyzer
  • Upgrade Assistant post-upgrade report and rollback support
  • SDK Index integration
  • Baseline Profile fix for App Bundles

Emulators & devices

  • New “Desktop” category & Desktop AVD
  • Resizable Emulator (Experimental)
  • Physical Devices Mirroring (Experimental, Opt-in)

IntelliJ

  • IntelliJ Platform 2022.1 Update

It’s a new year, and now a new stable version of Android Studio. First announced in May last year at Google I/O 2022, Electric Eel brings a number of highly-anticipated changes for Android Developers working with Jetpack Compose such as automatic updates, and the new Layout Inspector that helps show where recompositions are being triggered. It has been in preview since I/O.

This will help developers – especially those learning Compose who might not yet understand its intricacies – when investigating problems related to excessive or unexpected recompositions occurring.

Google’s announcement today follows Apple’s own rollout of its next round of software betas for its products earlier in the week as teams come back from end of year holidays.

Android Studio ‘Chipmunk’ released

Ahead of Google I/O later this week the Android team are out with the latest stable release of Android Studio (2021.2.1), dubbed ‘Chipmunk’.

This one is a fairly modest release and it contains a bunch of useful but not earth-shattering features including a new window to preview Jetpack Compose animations and more jank information when profiling the CPU.

The launch screen has also been updated to feature a chipmunk after the release’s moniker.

It indicated by the version number, this release also shifts Android Studio onto the IntelliJ 2021.2 platform major release. This means you’ll get a bunch of new IntelliJ features as well, including project analysis and the new package search UI.

The full release notes can be found here.