I recently set up studio 2.1 for a while and praise it very much, as it became possible for HotSpot to quickly update the application without re-downloading it.
But I decided to find out everything about how I have a problem or something in my settings. Studio in 20% of cases does not want to update the application. Suppose the latter situation is such, I experimented with progressBar and set its initialization in the onCreate method and put the usual button in the activation button loaded the application for the first time and everything is fine. As soon as the activation screen opens, you immediately see the progressBar and the button.
Then I removed the initialization from onCreate and set the progressBar display when I clicked on the button, update the application, HotSpot triggered in just 5 seconds and the updated activation opens on which I expect to see a blank screen and a button on it, but I see the same thing ... Initialized progress bar hanging out on the screen ...
In such cases, I press the stop button from above and again, without HotSpot restart the application and everything is updated normally ...
But how then to understand when everything is updated everything is normal and in what is not ?? After all, now I worked with the UI interface and everything is clear, and when I work with data transfer, it is not clear whether the code was updated or not, and this can cause confusion when errors are excluded ...
Since you are changing something and expecting that the error should go away, but it still exists, but the whole thing is that the code has not been updated ...