Fixed
Status Update
Comments
sk...@gmail.com <sk...@gmail.com> #2
I have the same issue.
yb...@google.com <yb...@google.com>
b9...@gmail.com <b9...@gmail.com> #3
Here too!
yb...@google.com <yb...@google.com> #4
+1
yb...@google.com <yb...@google.com> #5
the same for Java buildSrc
yb...@google.com <yb...@google.com> #6
Same here
sk...@gmail.com <sk...@gmail.com> #7
+1
b9...@gmail.com <b9...@gmail.com> #8
Any status update on this?
yb...@google.com <yb...@google.com> #9
+1
ap...@google.com <ap...@google.com> #10
3.5 Canary 6 has same issue
yb...@google.com <yb...@google.com>
an...@gmail.com <an...@gmail.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"
yb...@google.com <yb...@google.com> #12
Is this still being worked on?
an...@gmail.com <an...@gmail.com> #13
Yes, the fix will be included in the next canary release of Studio 3.5.
an...@gmail.com <an...@gmail.com> #14
Fix included in Studio 3.5 canary 12.
yb...@google.com <yb...@google.com> #15
Disappointed this didn't make it into 3.4
an...@gmail.com <an...@gmail.com> #16
I tried 3.3.4 rc 3 and 3.3.5 canary 10 unfortunately both of them has same problem
yb...@google.com <yb...@google.com> #17
Seems like we have to wait for stable release of 3.5 to use this feature again
an...@gmail.com <an...@gmail.com> #18
Is this why I am getting a lot of lint warnings in my .kt file?
an...@gmail.com <an...@gmail.com> #19
Autocomplete still doesn't work in Studio 3.5 canary 12 (checked in project attached above and in own custom project)
yb...@google.com <yb...@google.com> #20
+1
an...@gmail.com <an...@gmail.com> #21
Thank you for the feedback. We're currently working it.
fi...@colendi.com <fi...@colendi.com> #22
Autocomplete doesn't work on 3.4, too.
Description
Component used:
androidx.lifecycle:lifecycle-livedata-ktx
androidx.lifecycle:lifecycle-runtime
androidx.lifecycle:lifecycle-runtime-ktx
androidx.lifecycle:lifecycle-livedata-ktx
androidx.lifecycle:lifecycle-viewmodel-ktx
androidx.lifecycle:lifecycle-common-java8
Version used: 2.3.0-alpha02
Devices/Android versions reproduced on: OnePlus6T, Samsungs, Xiaomis, etc.
We are using
Flow.asLiveData()
converter. We receivejava.lang.IllegalStateException: Cancel call cannot happen without a maybeRun
exceptions on production. Unable to reproduce locally. Seems like some race condition is happening in LiveData.