我正在尝试使用Geny模拟一个本地的android应用程序,但我得到了以下问题:
Genymotion没有正确配置。请确保已将其安装目录添加到PATH环境变量中。
不过,在从cli运行“其中”时,我会得到以下内容:
> which genymotion
/Applications/Genymotion.app/Contents/MacOS//genymotion
> which genyshell
/Applications/Genymotion Shell.app/Contents/MacOS//genyshell我的全路是这样的:
/usr/local/opt/android-sdk/tools:/usr/local/opt/android-sdk/platform-tools:/usr/local/opt/gradle-2.10/bin:/Applications/Genymotion Shell.app/Contents/MacOS/:/Applications/Genymotion.app/Contents/MacOS/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin此外,我在GUI中运行genymotion也没有问题。
发布于 2016-02-29 19:20:39
根据您安装的GenyMotion版本(您的问题中缺少的信息),geny播放器将w/ v2.6从二进制更改为.app包。
在/Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS中,实际的播放器二进制数现在更深一些。
参考见http://docs.telerik.com/platform/appbuilder/nativescript/running-your-app/run-app-native-emulator。
发布于 2016-02-29 21:44:33
你在你的道路上错过了一个反斜杠,应该是这样的:
/Applications/Genymotion\ Shell.app/Contents/MacOS/https://stackoverflow.com/questions/35698932
复制相似问题