Emulator Manager: modify 'how to start emulator manager'
authorjihye424.kim <jihye424.kim@samsung.com>
Fri, 26 Jun 2015 10:26:33 +0000 (19:26 +0900)
committerjihye424.kim <jihye424.kim@samsung.com>
Mon, 29 Jun 2015 05:07:51 +0000 (14:07 +0900)
- add explain about mac's shortcut menu
- add explain about ide connection explorer

Change-Id: I23e87352e86e36893b15cd1049cd02419c0a2842
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
org.tizen.devtools/html/common_tools/emulator.htm
org.tizen.devtools/html/images/emulator_manager_ide.png [new file with mode: 0644]
org.tizen.devtools/html/images/emulator_manager_linux_shortcut.png [new file with mode: 0644]
org.tizen.devtools/html/images/emulator_manager_mac_shortcut.png [new file with mode: 0644]
org.tizen.devtools/html/images/emulator_manager_win_shortcut.png [new file with mode: 0644]

index 7b534eb..fd613d5 100644 (file)
 
 <p>To start the Emulator quickly:</p>
 <ol>
-<li>Start the Emulator Manager by using the Desktop or Start menu:
+<li>Start the Emulator Manager
 <ul>
-       <li>In Linux: <strong>Desktop &gt; Applications &gt; Tizen SDK &gt; Emulator Manager</strong></li>
-       <li>In Windows&reg;: <strong>Start &gt; All Programs &gt; Tizen SDK &gt; Emulator Manager</strong></li>
+       <li> By using the Desktop or Start menu:
+       <br>
+       <table border=1>
+               <tbody>
+                       <tr>
+                       <th style="text-align:center;margin-left:auto;margin-right:auto;">Linux</th>
+                       <th style="text-align:center;margin-left:auto;margin-right:auto;">Windows</th>
+                       <th style="text-align:center;margin-left:auto;margin-right:auto;">MacOS</th>
+                       </tr>
+                       <tr>
+                       <td><strong>Desktop &gt; Applications &gt; Emulator Manager</strong></td>
+                       <td><strong>Start &gt; All Programs &gt; Tizen SDK &gt; Emulator Manager</strong></td>
+                       <td><strong>Finder &gt; Applications &gt; Tizen SDK &gt; Emulator Manager</strong></td>
+                       </tr>
+                       <tr>
+                       <td><img alt="linux shortcut" src="../images/emulator_manager_linux_shortcut.png"/></td>
+                       <td> <img alt="windows shortcut" src="../images/emulator_manager_win_shortcut.png"/></td>
+                       <td> <img alt="macos shortcut" src="../images/emulator_manager_mac_shortcut.png"/></td>
+                       </tr>
+               </tbody>
+       </table>
+       </li>
+       <li> By using the Tizen IDE: <strong>Connection Explorer &gt; Emulator Manager Icon</strong>
+               <br><br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
+               <img alt="Launch" src="../images/emulator_manager_ide.png"/>
+       </li>
 </ul>
 </li>
 <li>Select your preferred profile tab, such as mobile or wearable.</li>
diff --git a/org.tizen.devtools/html/images/emulator_manager_ide.png b/org.tizen.devtools/html/images/emulator_manager_ide.png
new file mode 100644 (file)
index 0000000..e562b8c
Binary files /dev/null and b/org.tizen.devtools/html/images/emulator_manager_ide.png differ
diff --git a/org.tizen.devtools/html/images/emulator_manager_linux_shortcut.png b/org.tizen.devtools/html/images/emulator_manager_linux_shortcut.png
new file mode 100644 (file)
index 0000000..a9fb001
Binary files /dev/null and b/org.tizen.devtools/html/images/emulator_manager_linux_shortcut.png differ
diff --git a/org.tizen.devtools/html/images/emulator_manager_mac_shortcut.png b/org.tizen.devtools/html/images/emulator_manager_mac_shortcut.png
new file mode 100644 (file)
index 0000000..51cc882
Binary files /dev/null and b/org.tizen.devtools/html/images/emulator_manager_mac_shortcut.png differ
diff --git a/org.tizen.devtools/html/images/emulator_manager_win_shortcut.png b/org.tizen.devtools/html/images/emulator_manager_win_shortcut.png
new file mode 100644 (file)
index 0000000..efdd294
Binary files /dev/null and b/org.tizen.devtools/html/images/emulator_manager_win_shortcut.png differ