I’ve upgraded to AS 2022.2.1 Patch 2 but live edit...
# android-studio
t
I’ve upgraded to AS 2022.2.1 Patch 2 but live edit does not show when i’m running a project. Anyone having the same issue? It happened on a specific machine, i’ve tried to remove AS but still no luck. Ps: After installing new version it doesn’t ask if I want to use the new UI like on my other machine
c
What version of Compose and AGP are you using?
t
I’m using compose 1.4.2 and AGP 8.0.2.
It’s works with
preview
composable but not with the whole project tho
c
Do you mean it doesn’t update on device?
t
Yes and doesn’t have the live edit tool tip also
It does work when running a preview composable in the same project though
c
To confirm, do you still have Live Edit enabled?
And do you not see this indicator on the Running Device window?
t
I do have Live Edit enabled but no indicator showing. Yesterday it still work when previewing a composable but not when I run the whole project. Now it just doesn’t work at all
I think its because AS can’t detect any debuggable process but my build is in debug mode.
a
What happens when you re-deploy the applicaiton?
t
The app re-deploy successfully, logcat is showing logs but still no debug process
I upgraded to 2022.3.1 Beta 4 and it recognized my debug process but now I’m facing the
multiple MinAPI
issue 🤦
a
Sorry to hear that.. Would you be able to help us reproduce the multiple MinAPI issue?
t
Do you need my
build.gradle
files?
a
That might help.
Although the ideal solution would be a whole example project.