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

Problem with AVD..

So every time I open up the Android Virtual Device, my Fun Facts project isn't there! Please help ;(

1 Answer

Gerrit Verhaar
Gerrit Verhaar
17,742 Points

Hi Chai,

the AVD only opens up the virtual device manager. It only shows your virtual devices. If it is blank then you need to create a new virtual device setting. You could go through this video to see the setup http://teamtreehouse.com/library/build-an-android-app/getting-started-with-android/running-the-fun-facts-project

Once your virtual device is started, it is only a virtual device: a program that simulates a mobile device. Your app is not yet running.

Check you configurations before you run your app. (Run / Edit Configurations - general tab) I usually have the "Target Device" option set to "Show chooser dialog". This way you can choose the device you want each time you run your app.

So run it, choose your virtual device and wait for it to show up.

Greetings,

Gerrit Verhaar