Android Question Changes in Visual Designer not updating in debug

Computersmith64

Well-Known Member
Licensed User
Longtime User
Lately I've noticed that when I'm debugging an app, if I make changes in the Visual Designer & then restart the app, those changes aren't updated in the app. To get them to update, I have to clean the project, then run it again. This obviously takes a lot longer than just running the previous successful shell app in the rapid debugger.

I can't say for sure that this happens 100% of the time, but it definitely happens more often than not when a change is made in the Visual Designer. Any code changes are updated fine.

Not sure if this is an intended behavior, a limitation of the rapid debugger, or a bug.

- Colin.
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
The UI should be updated. Have you set #DebuggerForceStandardAssets to true? This will prevent the UI from being updated.
Ahhh - yes I did set #DebuggerForceStandardAssets to true, but I don't remember why! I'll set it to false & see how that goes.

Thanks - Colin.
 
Upvote 0
Top