Faced with an incomprehensible problem, the procedure is as follows:
- I install the application
- add widget to screen
- I edit the widget in Android Studio
- I run the version of the program with the new layout of the widget (for example, added
TextView)
After that, the widget remains unchanged (namely the layout, but the code changes). Deleting, adding, creating new instances of the widget - nothing helps. Saves only the removal of the application and the installation again, but it is very inconvenient. Actually the question is the normal behavior of the application when developing widgets, or am I doing something wrong?