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 (2014) Creating the Screen Layout Getting to Know Our Tools

Justin Choate
Justin Choate
1,449 Points

I have an error message in the Run tab that says Could not access the Package Manager. Is the system running?

trying to run the program after a clean build and i get the error message listed above

2 Answers

Mark Josephsen
Mark Josephsen
8,803 Points

Are you running it in an emulator? There's a known bug. You need to wait for the emulator to fully load and you'll have to unlock the Android Virtual Device by swiping the "lock" icon on the screen. Perhaps rebooting the emulator after the clean build would help as well.

Justin Choate
Justin Choate
1,449 Points

You were right rebooting the emulator solved the issue thank you for your help!