Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: chrome/common/extensions/docs/templates/articles/getstarted_arc.html

Issue 1347713002: Update ARC getting started doc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
11 To test your app, you need three things: 11 To test your app, you need three things:
12 <ol> 12 <ol>
13 <li> Your APK. </li> 13 <li> Your APK. </li>
14 <li> PC, Mac, Linux, or Chromebook on Chrome Version 41+. </li> 14 <li> PC, Mac, Linux, or Chromebook on Chrome Version 41+.
15 <ul>
16 <li>
17 Note: ARC is no longer supported on 32-bit x86 platforms and those
18 platforms will no longer receive updates after October 13, 2015. All ARM
19 platforms will continue to work and receive updates.
20 </li>
21 </ul>
22 </li>
15 <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>
16 </ol> 24 </ol>
17 </p> 25 </p>
18 26
19 <h2 id="test">Test your app</h2> 27 <h2 id="test">Test your app</h2>
20 28
21 <p> 29 <p>
22 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
23 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/megdlG">file
24 a bug</a> if something doesn't work, or 32 a bug</a> if something doesn't work, or
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 <li> 121 <li>
114 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
115 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
116 Stable channel</a>. 124 Stable channel</a>.
117 </li> 125 </li>
118 <li> 126 <li>
119 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>.
120 </li> 128 </li>
121 </ul> 129 </ul>
122 </p> 130 </p>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698