Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App with Java Creating the Screen Layout Setting a Fullscreen Theme

refresh needed? I had my emulator open while making changes to the design and the changes did not automatically update

I closed the emulator and re-opened and still, the changes did not update.

1 Answer

Erick R
Erick R
5,293 Points

Are you using Android Studio? If so try to build the project or clean the project. You will find these options under Build menu and File menu. Also i think that you are using the wrong emulator. For example, when you executed the app for the first time you assigned the app the emulator id. When you went back and build the project again, you created another instance of the emulator. You edited changes and rebuilt but nothing happened because Android Studio thinks the emulator id is the original instance of the emulator. This can be verified by looking at the lower left portion of the screen in Android Studio it shows the current emulator status. If it says offline and you have an open emulator, then that is the culprit. Select the component and then choose the other emulator in the list that is online. If neither is working, restart Android Studio.