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 Taking a Photo Using an Intent

Camera problem

Can't access camera in my application?What could be the different possibilities of the problem and how they can be solved .

Ben Deitch
Ben Deitch
Treehouse Teacher

Hmm. 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'.

saranyamoellers
saranyamoellers
31,691 Points

I had the same issue, then I restarted the emulator and it worked.

1 Answer

Add in build.gradle (app)

dependencies { implementation 'com.jakewharton:butterknife:8.8.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' }