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 trialABHISHEK RAI
4,865 PointsCamera problem
Can't access camera in my application?What could be the different possibilities of the problem and how they can be solved .
saranyamoellers
31,691 PointsI had the same issue, then I restarted the emulator and it worked.
1 Answer
GerardoManuel BarzolaSalvador
2,240 PointsAdd in build.gradle (app)
dependencies { implementation 'com.jakewharton:butterknife:8.8.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' }
Ben Deitch
Treehouse TeacherBen Deitch
Treehouse TeacherHmm. Only thing I can think of is that if you're using a virtual device you'd want to make sure that the camera exists - i.e. the camera setting is NOT set to 'None'.