windows解决appium-doctor报gst-launch-1.0.exe and/or gst-inspect-1.0.exe cannot be found

原文链接:https://www.cnblogs.com/yiyaxuan/p/14363659.html

安装gst-launch-1.0.exe and gst-inspect-1.0.exe

手动下载安装,下载地址:https://gstreamer.freedesktop.org/download/
 

注意:runtime installer 和 development installer 两个应用程序都要下载并安装。

安装完成后找到gstreamer路径(安装过程中不能选择安装路径,默认会安装到安装包所在的盘),配置Path系统环境变量:E:\gstreamer\1.0\mingw_x86_64\bin(安装路径的bin目录)

我的路径:因为我把安装包放在了C盘
C:\gstreamer\1.0\mingw_x86_64\bin

配置完成后,再次使用命令appium-doctor检测是否配置成功。

你可能感兴趣的:(windows解决appium-doctor报gst-launch-1.0.exe and/or gst-inspect-1.0.exe cannot be found)