hello, I’ve noticed running Compose apps in `Andro...
# compose
m
hello, I’ve noticed running Compose apps in
Android Studio Bumblebee | 2021.1.1 Canary 3
, requires uninstalling and installing app so updates got reflected on the testing device. clicking instant run doesn’t always reflect all the changes which make it harder to debug.
c
There's a bug open for this. Apparently fixed in canary 5 (not yet released), but canary 4 is out today with the fix.
👍 1
Other alternative is to just use api 29 emulator or device or lower.
m
nice, I depend on the adb commands for now, so waiting for it.
d
If you edit the run configuration and check "Always install with package manager" that also fixed it for me
c
Thanks. Will give that a shot