3

It's a wierd issue i'm having. I have to press File > Invalidate caches and restart the entire program every time i change as much as one number.

The program won't update otherwise, i've tried to build the program etc. I also can't find anyone else having this issue.

Thanks in advance

1 Answers1

1

The issue your dealing with can happen for several reasons, mainly, what you MUST avoid is:

Do not create new files while running the app on either simulator or real phone. New layout files, new classes, etc.

Make sure, your are not running the app before you create new files, add new drawable, for exemple.