'How do i update an emulator on android studio?

I would like to know how I can in Android Studio update the framework. Once I change the content of a file how can I update the emulator to the new modified version?



Solution 1:[1]

If you started the emulator you can relaunch your App inside Android Studio to update the content on the emulator. If you want to speed up the process just click Apply Changes next to Run. That only makes android studio relaunch the App with the updated files.

If you instead want to update the android OS version of your emulator, you can do that by opening the Device Manager under Tools>Device Manager and download a new android OS. If you then create a new device you have an updated emulator.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 TIMBLOCKER