Android Question Problems with layouts

JTmartins

Active Member
Licensed User
Longtime User
Hi there.

I've started a new project, wich is very similar to one I already had.

So I've exported the whole project to a new dir and started working from there.

Now in this new project, layouts are not working properly, including some severe weird behaviours like a panel visibility not changing from true to false.

However running in rapid debug mode...The behaviour of this panel works correctly.

Any ideas of what is causing this ?
 

JTmartins

Active Member
Licensed User
Longtime User
I've had this is the past.

Somehow, loading all layouts in the new project and just saving them again, apears to solve the problem. It's like if some info related with the previous project is connected with the layouts.

So far apears to be Ok. Thanks Erel
 
Upvote 0
Top