You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/help.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -358,11 +358,11 @@ Before running your app in the Android emulator from the Android SDK, verify tha
358
358
tools
359
359
Before running your app in the Genymotion emulator, verify that your system meets the following requirements.
360
360
* Verify that you have installed Genymotion.
361
-
* On Windows and Linux systems, verify that you have added the Genymotion installation directory to the PATH environment variable.
362
-
* On OS X systems, verify that you have added the following paths to the PATH environment variable.
361
+
<% if(isLinux || isWindows) { %>* On Windows and Linux systems, verify that you have added the Genymotion installation directory to the PATH environment variable.<%}%>
362
+
<% if(isMacOS) { %>* On OS X systems, verify that you have added the following paths to the PATH environment variable.
--device - Specifies a connected device on which to run the app.
368
368
You cannot use --device and --emulator simultaneously.
@@ -498,11 +498,11 @@ Before running your app in the Android emulator from the Android SDK, verify tha
498
498
tools
499
499
Before running your app in the Genymotion emulator, verify that your system meets the following requirements.
500
500
* Verify that you have installed Genymotion.
501
-
* On Windows and Linux systems, verify that you have added the Genymotion installation directory to the PATH environment variable.
502
-
* On OS X systems, verify that you have added the following paths to the PATH environment variable.
501
+
<% if(isLinux || isWindows) { %>* On Windows and Linux systems, verify that you have added the Genymotion installation directory to the PATH environment variable.<% } %>
502
+
<% if(isMacOS) { %>* On OS X systems, verify that you have added the following paths to the PATH environment variable.
0 commit comments