How to finish running the app on the emulator

1

I am building an application that caches the remote data pool.

Fact is, I change the remote data, I finish the application in the emulator with back button.

On the next run, clicked on the application icon, the emulator loads the same instance of the application.

On the actual device I have the option to discard the instance by accessing the latest game apps for either side and finish.

How do I end the emulator execution?

    
asked by anonymous 27.08.2016 / 02:01

1 answer

0

In some situations the emulator caches the application instance, that is, you make changes to the code, ask to run again and it loads the previous instance of the execution without reflecting the changes.

To get around this go to: Settings - > Apps - > Select the application and click force stop.

    
08.10.2016 / 13:53