Fixed
Status Update
Comments
ad...@google.com <ad...@google.com>
se...@google.com <se...@google.com> #2
I have the same issue.
ja...@jackcheung.com <ja...@jackcheung.com> #3
Here too!
se...@google.com <se...@google.com> #4
+1
se...@google.com <se...@google.com> #5
the same for Java buildSrc
ch...@google.com <ch...@google.com> #7
+1
se...@google.com <se...@google.com> #8
Any status update on this?
se...@google.com <se...@google.com> #9
+1
al...@google.com <al...@google.com> #10
3.5 Canary 6 has same issue
ch...@google.com <ch...@google.com> #11
I got the same issue today if you it is related to the ne experimental feature "Only sync the active variant" introduced in Android Studio 3.3.
It's enabled by default...
On macOS you can disable it by going to "Android Studio" -> "Preferences" -> "Experimental"
It's enabled by default...
On macOS you can disable it by going to "Android Studio" -> "Preferences" -> "Experimental"
ap...@google.com <ap...@google.com> #12
Is this still being worked on?
ap...@google.com <ap...@google.com> #13
Yes, the fix will be included in the next canary release of Studio 3.5.
an...@google.com <an...@google.com> #14
Fix included in Studio 3.5 canary 12.
d4...@gmail.com <d4...@gmail.com> #15
Disappointed this didn't make it into 3.4
ag...@google.com <ag...@google.com> #16
I tried 3.3.4 rc 3 and 3.3.5 canary 10 unfortunately both of them has same problem
se...@google.com <se...@google.com> #17
Seems like we have to wait for stable release of 3.5 to use this feature again
ag...@google.com <ag...@google.com> #18
Is this why I am getting a lot of lint warnings in my .kt file?
Description
Version used: Android 10
Theme used: Theme.AppCompat.Light.DarkActionBar
Devices/Android versions reproduced on:
## Details
App is stuck on `INITIALIZED` state, even the activity has already finished `onResume()` method call
## Steps to Reproduce
- Build a signed production release `apk` with proguard `minifyEnabled true` (default)
- Install on `Pixel 3a` running `Android 10`
- Tap `UPDATE STATUS` button to examine the retrieved current state
- Note that the expected word shall be `RESUMED`, as is on other devices (even on Android 10 emulator) except `Pixel 3a / Android 10`
## Notes
- `'androidx.lifecycle:lifecycle-runtime:2.1.0'` doesn't have the issue
- disable or removed `proguard` works
- code demonstrating the issue can be checked out here:
-