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 (retired 2014) Getting Started with Android Introduction to Methods and Classes

Crystal Ball

I tried to launch my crystal ball app and it says could not find crystal ball.apk where do i need to put the apk file in order for it to find the file

1 Answer

Hello. Well you can locate your apk file in the project folder you have been working on. Just search for something like *.apk in the project folder if you are on Windows or spotlight search on Mac.

I guess the reason it isn't finding your apk file is because the program has no yet been complied and produced an apk yet.

Just try creating a new project file and see if that helps.

Ask again if it doesn't work.