Answers for "Unhandled Exception: PlatformException(no_available_camera, No cameras available for taking pictures., null, null)"

0

Unhandled Exception: PlatformException(no_available_camera, No cameras available for taking pictures., null, null)

Unhandled Exception: PlatformException(no_available_camera, No cameras available for taking pictures., null, null)


Fix : 
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>

and that's because using compile sdk api 30 => Android 11, 
any api will Work normally
Posted by: Guest on October-04-2021

Code answers related to "Unhandled Exception: PlatformException(no_available_camera, No cameras available for taking pictures., null, null)"

Browse Popular Code Answers by Language