macOS Mojave上Android emulator的授权问题?

macOS Mojave上Android emulator的授权问题?,android,camera,android-emulator,macos-mojave,Android,Camera,Android Emulator,Macos Mojave,我无法在macOS Mojave上的Android Studio的模拟器上运行我的Android应用程序。但是,使用连接到USB端口的物理设备运行相同的应用程序没有问题。我认为问题可能是模拟器没有被授权访问Macbook Pro的网络摄像头。在终端上: $ emulator -webcam-list

我无法在macOS Mojave上的Android Studio的模拟器上运行我的Android应用程序。但是,使用连接到USB端口的物理设备运行相同的应用程序没有问题。我认为问题可能是模拟器没有被授权访问Macbook Pro的网络摄像头。在终端上:

$ emulator -webcam-list                                                                                                                                                                                                                                                
List of web cameras connected to the computer:
Camera 'webcam0' is connected to device 'CC24342DY7CF6VVDK' on channel 0 using pixel format 'YUYV'
但是,当我在CLI上启动emulator时,我收到以下消息:

$ emulator -avd Pixel_2_API_29                                
emulator: WARNING: Camera name 'webcam0' is not found in the list of connected cameras.
Use '-webcam-list' emulator option to obtain the list of connected camera names.
关于这个问题,这里有一个问题:

但是我的终端被授权访问网络摄像头。我可以运行其他应用程序从CLI访问摄像头,而不会出现问题

所以我认为这是不对的。有什么建议吗

注意:目前,MediaRecorder在模拟器上不工作

这与macOS安全性无关。