Access denied for property “vendor.camera.aux.packagelist”

前端 未结 6 2117
暗喜
暗喜 2021-01-05 05:03

The application runs but when i try to use the camera only a disturbed grey screen appears and the logs tab gives me two errors:

E/libc: Access denied findin         


        
6条回答
  •  醉梦人生
    2021-01-05 05:23

    I had this in my android manifest that prevented the app from using the camera.

    android:hardwareAccelerated="false"
    

    Removing it helped me.

提交回复
热议问题