Platform
Android Studio
Google Play
Jetpack
Docs
Blog
Download
What's New
User Guide
Preview
Home
Platform
Android Studio
Download
What's New
User Guide
Preview
Google Play
Docs
Blog
Download a Preview
Install Alongside Stable
New Features
Release Updates
Updates archive
►
2024
2024
(83)
►
November
November
(4)
►
October
October
(8)
►
September
September
(8)
►
August
August
(9)
►
July
July
(6)
►
June
June
(7)
►
May
May
(9)
►
April
April
(9)
►
March
March
(6)
►
February
February
(8)
►
January
January
(9)
►
2023
2023
(76)
►
December
December
(4)
►
November
November
(9)
►
October
October
(7)
►
September
September
(8)
►
August
August
(3)
►
July
July
(4)
►
June
June
(6)
►
May
May
(10)
►
April
April
(4)
►
March
March
(7)
►
February
February
(9)
►
January
January
(5)
►
2022
2022
(59)
►
December
December
(3)
►
November
November
(5)
►
October
October
(8)
►
September
September
(4)
►
August
August
(4)
►
July
July
(2)
►
June
June
(7)
►
May
May
(6)
►
April
April
(5)
►
March
March
(6)
►
February
February
(5)
►
January
January
(4)
►
2021
2021
(54)
►
December
December
(3)
►
November
November
(2)
►
October
October
(6)
►
September
September
(4)
►
August
August
(5)
►
July
July
(8)
►
June
June
(4)
►
May
May
(5)
►
April
April
(1)
►
March
March
(7)
►
February
February
(4)
►
January
January
(5)
▼
2020
2020
(107)
►
December
December
(7)
►
November
November
(3)
►
October
October
(8)
►
September
September
(6)
►
August
August
(11)
▼
July
July
(14)
Android Studio 4.2 Canary 7 available
ConstraintLayout 2.0.0 rc1
Android Studio 4.2 Canary 6 available
Emulator 30.0.23 Canary
Android Studio 4.1 Beta 5 available
Android Studio 4.2 Canary 5 available
Emulator 30.0.22 Canary
Android Studio 4.1 Beta 4 available
Android Studio 4.0.1 available
Emulator 30.0.21 Canary
Android Studio 4.2 Canary 4 available
ConstraintLayout 2.0.0 beta 8
Android Studio 4.1 Beta 3 available
Emulator 30.0.20 Canary
►
June
June
(10)
►
May
May
(12)
►
April
April
(11)
►
March
March
(11)
►
February
February
(6)
►
January
January
(8)
►
2019
2019
(145)
►
December
December
(16)
►
November
November
(12)
►
October
October
(10)
►
September
September
(13)
►
August
August
(12)
►
July
July
(6)
►
June
June
(9)
►
May
May
(18)
►
April
April
(14)
►
March
March
(12)
►
February
February
(10)
►
January
January
(13)
►
2018
2018
(128)
►
December
December
(13)
►
November
November
(12)
►
October
October
(10)
►
September
September
(10)
►
August
August
(16)
►
July
July
(10)
►
June
June
(13)
►
May
May
(9)
►
April
April
(11)
►
March
March
(12)
►
February
February
(9)
►
January
January
(3)
►
2017
2017
(48)
►
December
December
(3)
►
November
November
(2)
►
October
October
(8)
►
September
September
(3)
►
August
August
(4)
►
July
July
(3)
►
June
June
(3)
►
May
May
(4)
►
April
April
(5)
►
March
March
(5)
►
February
February
(6)
►
January
January
(2)
►
2016
2016
(5)
►
December
December
(3)
►
November
November
(2)
Subscribe to updates
Posts
Atom
Posts
Android Developers
Android Studio
Preview
Release Updates
Android Studio 4.2 Canary 4 available
Wednesday, July 8, 2020
Android Studio 4.2 Canary 4 is now available in the Canary and Dev channels.
If you have Android Studio set to receive updates on the
Canary or Dev channel
, you can get the update by choosing
Help > Check for Updates
(
Android Studio > Check for Updates
on macOS). Otherwise, you can
download it here
.
General Fixes
Android Gradle Plugin
Issue #158201643
: ExtractAnnotations should be compatible with configuration caching
Issue #37122098
: Fix renderscriptNdk
Issue #155215177
: Android gradle build: excluded java source files get compiled:
Code Analysis
Issue #36978767
: Add corresponding Intention for inspection "Toast created but not shown: did you forget to call show() "
Issue #62405955
: (Feature request) Provide inspection for missing show() call on Snackbar
Database Inspector
Issue #157461456
: Database inspector disappear from toolbar
Issue #159575631
: Simple (and complex) query using With clause doesn't work on the Database Inspector
Emulator
Issue #158874142
: Studio clipboard does not pick up clipboard selection from the emulator
Lint
Issue #140626689
: False positive for Service.onStartCommand return value WrongConstant check
Issue #119711823
: "Invalid format string" lint rule doesn't report issue for a space in patern "% s"
Issue #136534380
: "Buttons in button bars should be borderless" warning in a layout XML doesn't have an auto-fix option
Issue #77299597
: "Combining ellipsize=middle and maxLines=1..." warning should not show when minSdkVersion is 23 or higher
Issue #74058591
: "Unexpected failure during lint analysis" for invalid replace string quick fix masks actual problem
Issue #111035260
: "enable 'LogConditional'" doesn't enable check
Issue #37053735
: "Unexpected cast" Inspection should offer replacement suggestion
Issue #62810553
: "android:host is missing" for uris with null host
Issue #158295165
: Android Lint: Unknown Issue IDs should NOT break the build
Issue #158189490
: NewApi lint check does not factor in usage of core library desugaring
Manifests
Issue #158406168
: Navigation component Illegal circular reference among navigation files when traversing navigation file references starting with navigationXmlId
New Code/Templates
Issue #37105561
: UX: Bad proportions in new layout resource window
Resources
Issue #151480852
: Bug: color preview in colors.xml file can show the wrong one, referenced by a different qualifier
SDK Manager
Issue #159176695
: cmdline-tools on mac packaged incorrectly
View Binding
Issue #158065847
: Autocomplete for binding classes in Android Studio 4.0 could be better
For information on new features and changes in all preview builds of Android Studio 4.2, see the
Android Studio Preview release notes
. For details of bugs fixed in each preview release, see previous entries on this blog.
We greatly appreciate your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by
reporting a bug
. Note that you can also
vote for an existing issue
to indicate that you are also affected by it.