Android camera is not working with version 6.0.1. On capture its crashes. Working properly with lower versions If anyone know the solution please mention here. Thanks in advance
Asked
Active
Viewed 199 times
0
-
1Use LogCat to examine the Java stack trace associated with your crash: https://stackoverflow.com/questions/23353173/unfortunately-myapp-has-stopped-how-can-i-solve-this – CommonsWare May 11 '16 at 17:09
-
Without a `logcat` I'd assume it's because you aren't requesting run time permissions for the camera/storage. – Pztar May 11 '16 at 17:29