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 trialAlan Mills
31,712 PointsAndroid emulator is not updating the application.
After adding a second button to the android / layout, complete with connections, actions, etc. The main.axml displays the new button in the designer. Visual studio behaves like everything is connected. But when I run with F5, my android emulator is still showing the older, one-button layout. Is there a way I could / should force the emulation with the updated build? Because, I'm not seeing it.
1 Answer
Andrew Hantge
788 PointsYou should try to Build >> Clean Solution and then Build >> Rebuild Solution.
Alan Mills
31,712 PointsAlan Mills
31,712 PointsThat removed the application from the simulated device. Now I need to re-install the new application to the simulated android device.