hzitoun / android-camera2-secret-picture-taker

Take pictures 📷 secretly (without preview or launching device's camera app) using Android CAMERA2 API
MIT License
324 stars 86 forks source link

VerifyError? #2

Closed EXJUSTICE closed 7 years ago

EXJUSTICE commented 7 years ago

Hello,

I've been trying to understand your code as an android novice. But when running it locally on android studio, I get a verify error at

PictureService service =new PictureService(); service.startCapturing(PictureActivity.this, PictureActivity.this);

Any help is appreciated

hzitoun commented 7 years ago

Hum I can't tell you big thing unless you give me the whole error message displayed by your Android Studio.

But, before making any changes to the project, when you've first imported it to android studio, have you got any error?

EXJUSTICE commented 7 years ago

I think I figured it out, I was running it on kitkat! Time to get a new device haha