Skip to content

Update docs for Genymotion 2.6 #1341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/man_pages/project/testing/emulate-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 7 additions & 2 deletions docs/man_pages/project/testing/run-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down