I cannot use camera in genymotion emulator

前端 未结 8 1659
逝去的感伤
逝去的感伤 2020-12-23 20:27

I am using genymotion emulator http://www.genymotion.com/ but when I opened the camera , I got message \"cannot connect to the camera \" , what is the problem ?

相关标签:
8条回答
  • 2020-12-23 21:13

    If all the other solutions do not seem to work you can keep the virtual device working and restart eclipse, and the adb process and it should work. It worked for me. My guess is that the connection to adb is already taken by some other camera and that's blocking your current camera from connecting to the IDE development with the virtual device.

    0 讨论(0)
  • 2020-12-23 21:13

    If you are using Intellij Idea no need to restart Genymotion or IDE.

    1. Genymotion: Switch off camera
    2. Intellij IDEA: From menu select Tools/Android/"Enable ADB Integration"
    3. Genymotion: Switch on camera

    It should works for you as well.

    0 讨论(0)
提交回复
热议问题