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 trialJon Patrick Heffley
1,076 PointsWhen I run the app, it shows the home screen for Android(displaying time and date) instead of printing "Hello World!"
I am not using the same version of Android Studio as they are in the video because I already had it installed. If my problem has no answer I will install the older version and see if it works.
Matthew Moulds
4,788 PointsHi Jon,
I experienced the same thing as you. I'm currently running Android Studio version 1.2.2 on Ubuntu 15.04.
To resolve, launch a new emulator using the 'Run app' play button at the top which will boot into the Andriod OS, hopefully you should see the front screen with a clock and the menu. Then to launch the Fun Facts app you will need to again select the 'Run app' play button at the top of the IDE. Once the pop up appears make sure that the button for 'Choose a running device' at the top of is selected and that it matches the emulation device that's running. Press OK and your emulation device should now have your Fun Facts application running in the foreground.
I hope this helps, Matthew
Jon Patrick Heffley
1,076 PointsThanks Matthew! That fixed it.
Michael Narvaez
4,182 PointsMichael Narvaez
4,182 PointsPost your code my friend.