Skip to content

Commit b7b24bf

Browse files
committed
Update docs for Genymotion 2.6
1 parent 6164ea5 commit b7b24bf

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

docs/man_pages/project/testing/emulate-android.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ Before running your app in the Android emulator from the Android SDK, verify tha
3636
* Verify that you have installed Genymotion.
3737
* On Windows and Linux systems, verify that you have added the Genymotion installation directory to the `PATH` environment variable.
3838
* On OS X systems, verify that you have added the following paths to the PATH environment variable.
39-
* `/Applications/Genymotion.app/Contents/MacOS/`
40-
* `/Applications/Genymotion Shell.app/Contents/MacOS/`
39+
* For Genymotion earlier than 2.6:
40+
* `/Applications/Genymotion.app/Contents/MacOS/`
41+
* `/Applications/Genymotion Shell.app/Contents/MacOS/`
42+
* For Genymotion 2.6:
43+
* `/Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS`
44+
* `/Applications/Genymotion Shell.app/Contents/MacOS/`
4145

4246
### Command Limitations
4347

docs/man_pages/project/testing/run-android.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ Before running your app in the Android emulator from the Android SDK, verify tha
3434
* Verify that you have installed Genymotion.
3535
* On Windows and Linux systems, verify that you have added the Genymotion installation directory to the `PATH` environment variable.
3636
* On OS X systems, verify that you have added the following paths to the `PATH` environment variable.
37-
* `/Applications/Genymotion.app/Contents/MacOS/`
38-
* `/Applications/Genymotion Shell.app/Contents/MacOS/`
37+
* For Genymotion earlier than 2.6:
38+
* `/Applications/Genymotion.app/Contents/MacOS/`
39+
* `/Applications/Genymotion Shell.app/Contents/MacOS/`
40+
* For Genymotion 2.6:
41+
* `/Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS`
42+
* `/Applications/Genymotion Shell.app/Contents/MacOS/`
43+
3944

4045
### Command Limitations
4146

0 commit comments

Comments
 (0)