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
Mirza Curevac
Courses Plus Student 14,294 PointsAndroid Debugging
Hey People, I was working throu the tutorials and now I got the the debbuging video, when I create break points and Step Over I am getting file not found errors.
Any1 that knows a solution to this , where I can find those classes and how to add them ?
3 Answers
Ernest Grzybowski
Treehouse Project ReviewerWhen you remove the break points do you get the same error? It's really difficult to help you without seeing any code. The most I can tell from your description is that you have some kind of spelling mistake with some file you are trying to add.
Ben Jakuben
Treehouse TeacherAlso, you may get those errors if you try to step into Android system code. When you call a method in the Android SDK, you can step into it, but only if you've downloaded the source code and have it included correctly in your paths. The Treehouse bundle isn't set up this way, so that could be your problem if that is in fact where the error is occurring.
For further help, please add your code and take a screenshot of the error when it occurs. Thanks!
Mirza Curevac
Courses Plus Student 14,294 PointsThx for the help, I figured out that I was using it the wrong way >.<