| OLD | NEW |
| 1 <h1>Getting Started with ARC</h1> | 1 <h1>Getting Started with ARC</h1> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 The App Runtime for Chrome (Beta), or ARC, lets you run your favorite | 4 The App Runtime for Chrome (Beta), or ARC, lets you run your favorite |
| 5 Android apps on Chrome OS. By following these steps, you can try out the <a | 5 Android apps on Chrome OS. By following these steps, you can try out the <a |
| 6 href="http://goo.gl/pkt6HV">App Runtime for Chrome (Beta)</a> during this | 6 href="http://goo.gl/pkt6HV">App Runtime for Chrome (Beta)</a> during this |
| 7 Developer Preview. | 7 Developer Preview. |
| 8 </p> | 8 </p> |
| 9 | 9 |
| 10 <p> | 10 <p> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 </ul> | 21 </ul> |
| 22 </li> | 22 </li> |
| 23 <li> <a href="http://goo.gl/gAn0Xh">The ARC Welder app</a>. </li> | 23 <li> <a href="http://goo.gl/gAn0Xh">The ARC Welder app</a>. </li> |
| 24 </ol> | 24 </ol> |
| 25 </p> | 25 </p> |
| 26 | 26 |
| 27 <h2 id="test">Test your app</h2> | 27 <h2 id="test">Test your app</h2> |
| 28 | 28 |
| 29 <p> | 29 <p> |
| 30 Open ARC Welder, attach your APK, and select your options. Click <strong>Launch | 30 Open ARC Welder, attach your APK, and select your options. Click <strong>Launch |
| 31 App</strong> to test your app. When testing, <a href="http://goo.gl/megdlG">file | 31 App</strong> to test your app. When testing, <a href="http://goo.gl/OqdvPe">file |
| 32 a bug</a> if something doesn't work, or | 32 a bug</a> if something doesn't work, or |
| 33 <a href="http://stackoverflow.com/questions/tagged/google-chrome-arc">find us | 33 <a href="http://stackoverflow.com/questions/tagged/google-chrome-arc">find us |
| 34 on Stack Overflow</a> (tag: google-chrome-arc) for help. | 34 on Stack Overflow</a> (tag: google-chrome-arc) for help. |
| 35 </p> | 35 </p> |
| 36 | 36 |
| 37 <h2 id="upload">Upload your app</h2> | 37 <h2 id="upload">Upload your app</h2> |
| 38 | 38 |
| 39 <p> | 39 <p> |
| 40 In ARC Welder, click <strong>Download ZIP</strong>. Upload your ZIP file to the | 40 In ARC Welder, click <strong>Download ZIP</strong>. Upload your ZIP file to the |
| 41 Chrome Web Store. See <a href="/webstore/publish">Publishing Your App</a> for | 41 Chrome Web Store. See <a href="/webstore/publish">Publishing Your App</a> for |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 <li> | 121 <li> |
| 122 To ensure compatibility with all users, package and test your app on the <a | 122 To ensure compatibility with all users, package and test your app on the <a |
| 123 href="https://support.google.com/chromebook/answer/1086915?hl=en&source=geni
us-rts">Chromebook | 123 href="https://support.google.com/chromebook/answer/1086915?hl=en&source=geni
us-rts">Chromebook |
| 124 Stable channel</a>. | 124 Stable channel</a>. |
| 125 </li> | 125 </li> |
| 126 <li> | 126 <li> |
| 127 To use in-app payments, <a href="arc_in_app_payments.html">read more</a>. | 127 To use in-app payments, <a href="arc_in_app_payments.html">read more</a>. |
| 128 </li> | 128 </li> |
| 129 </ul> | 129 </ul> |
| 130 </p> | 130 </p> |
| OLD | NEW |