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

kapil joshi
kapil joshi
138 Points

FileNotFoundException when creating android virtual device

when i create avd it shows filenotfoundexception showing Nexus_5_API_22.ini not found.

Gavin Ralston
Gavin Ralston
28,770 Points

If you can, please post the details of the error.

Also check stack overflow for similar results. It looks like (as is the case with many "file not found" errors) there can be a huge number of reasons for why a file isn't where you think it is. :)

Like, if I'm looking for a missing sock, all I really know is where it isn't located. Same with your operating system. The possibilities of where it is are almost endless, including "not on my system" but that's unlikely.

Start with the error message and details and work from there. There's bound to be a fix.