https://kotlinlang.org logo
Title
k

kevindmoore

07/16/2021, 4:19 AM
I think I might be going crazy but I keep commenting out Compose code and when I rerun the app, it still shows code from awhile ago
😨 1
Tried stopping the app, restarting. Now the screen has almost nothing in it but it still shows older code
Running BumbleBee Canary 3
t

taponidhi

07/16/2021, 12:16 PM
This bug made my last night hell😐
c

Colton Idle

07/16/2021, 1:11 PM
Oh hey! That was me that reported it! The tldr from google
Ok. Let me clear things up a bit. There are currently a few bugs that we know of.
1) Studio not able to deploy an "undo" on API 30+ device
2) Studio not able to deploy any change after certain fresh install of that app on API 30+ for 64bit devices / emulators
3) Studio deploying and old version of the app when compilation fails.
Just use an api29 or lower device for the time being /shruggie
t

taponidhi

07/16/2021, 1:16 PM
i guess i will have to use emulator then😤
I did so many stupid hit n trials to get it working last night😂
m

Marcin Mazurek

07/16/2021, 1:55 PM
remove and install again app also helps
t

taponidhi

07/16/2021, 2:01 PM
Yeah. That was the solution i ended up with. Not very efficient. Good thing i stumbled upon this thread😅
m

Marcin Mazurek

07/16/2021, 2:02 PM
yeah, it also burns some of my time, but with my experience with android and hot swap it was not so much 🙂
a

Abhishek Dewan

07/17/2021, 4:18 PM
Wasted hours trying to figure out why things weren’t working yesterday 🥲