diff --git a/docs/man_pages/project/testing/emulate-android.md b/docs/man_pages/project/testing/emulate-android.md index b4751c6a41..eff859b21d 100644 --- a/docs/man_pages/project/testing/emulate-android.md +++ b/docs/man_pages/project/testing/emulate-android.md @@ -36,8 +36,12 @@ Before running your app in the Android emulator from the Android SDK, verify tha * Verify that you have installed Genymotion. * On Windows and Linux systems, verify that you have added the Genymotion installation directory to the `PATH` environment variable. * On OS X systems, verify that you have added the following paths to the PATH environment variable. - * `/Applications/Genymotion.app/Contents/MacOS/` - * `/Applications/Genymotion Shell.app/Contents/MacOS/` + * For Genymotion earlier than 2.6: + * `/Applications/Genymotion.app/Contents/MacOS/` + * `/Applications/Genymotion Shell.app/Contents/MacOS/` + * For Genymotion 2.6: + * `/Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS` + * `/Applications/Genymotion Shell.app/Contents/MacOS/` ### Command Limitations diff --git a/docs/man_pages/project/testing/run-android.md b/docs/man_pages/project/testing/run-android.md index 7efe258e60..a99d35c7cf 100644 --- a/docs/man_pages/project/testing/run-android.md +++ b/docs/man_pages/project/testing/run-android.md @@ -34,8 +34,13 @@ Before running your app in the Android emulator from the Android SDK, verify tha * Verify that you have installed Genymotion. * On Windows and Linux systems, verify that you have added the Genymotion installation directory to the `PATH` environment variable. * On OS X systems, verify that you have added the following paths to the `PATH` environment variable. - * `/Applications/Genymotion.app/Contents/MacOS/` - * `/Applications/Genymotion Shell.app/Contents/MacOS/` + * For Genymotion earlier than 2.6: + * `/Applications/Genymotion.app/Contents/MacOS/` + * `/Applications/Genymotion Shell.app/Contents/MacOS/` + * For Genymotion 2.6: + * `/Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS` + * `/Applications/Genymotion Shell.app/Contents/MacOS/` + ### Command Limitations