-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (180 loc) · 8.17 KB
/
index.html
File metadata and controls
203 lines (180 loc) · 8.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ARChon Runtime for Chrome</title>
<link href="assets/assets.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="assets/favicon.ico" rel="shortcut icon" type="image/x-icon">
</head>
<body>
<div class="container">
<div class="page-header" id="banner">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6" style="text-align:center">
<img src="assets/archon-logo.png" style="width: 250px;" />
<h1>ARChon Runtime for Chrome</h1>
<p class="lead">Run Android Apps in Chrome in OS X, Linux and Windows</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="well infobox">
<p><a href="assets/scr.jpg"><img src="assets/scr.jpg" style="width: 100%;" /></a></p>
<iframe src="//ghbtns.com/github-btn.html?user=vladikoff&type=follow&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="180" height="30"></iframe>
</div>
</div>
</div>
</div>
<div class="alert alert-info">
<strong>Heads up!</strong> This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
</div>
<div class="well row">
<h1 id="downloads">Downloads</h1>
<h3>ARChon 2.1.0 Beta (ARC 41.4410.238.0)</h3>
<table class="table table-striped table-hover ">
<thead>
<tr>
<th>Runtime Version</th>
<th>MD5 Sum</th>
<th>Download</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Intel x86 Chrome 64-bit / Chrome OS 64-bit</strong></td>
<td>MD5:94b5bf91fa45de29875fa47b7e7c85aa</td>
<td>
<a href="https://bitbucket.org/vladikoff/archon/get/v2.1.0-x86_64.zip" class="btn btn-success">Download</a>
<a href="http://archon.vf.io/ARChon-v2.1.0-x86_64.zip" class="btn btn-success">Mirror</a>
<a href="https://bitbucket.org/vladikoff/archon" class="btn">Source</a>
</td>
</tr>
<tr>
<td><strong>Chrome 32-bit / Chrome OS 32-bit</strong></td>
<td>MD5:b56b080b190fecfbc5b6e4e5c8f63de6</td>
<td>
<a href="http://archon.vf.io/ARChon-v2.1.0-x86_32.zip" class="btn btn-success">Download</a>
</td>
</tr>
<tr>
<td><strong>ARM (i.e ARM-based Chromebooks)</strong></td>
<td>MD5:2dbaab418717e28dbf978c1a69b9a25c</td>
<td>
<a href="http://archon.vf.io/ARChon-v2.1.0-arm.zip" class="btn btn-success">Download</a>
</td>
</tr>
</tbody>
</table>
<h3>ARChon 1.2 Stable (ARC 38.4410.120.43)</h3>
<table class="table table-striped table-hover ">
<thead>
<tr>
<th>Runtime Version</th>
<th>MD5 Sum</th>
<th>Download</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Intel x86 Chrome 64-bit / Chrome OS 64-bit</strong></td>
<td>MD5:d77b468339cc512e121c003cc97715db</td>
<td>
<a href="http://archon.vf.io/ARChon-v1.2-x86_64.zip" class="btn btn-success">Download</a>
<a href="https://bitbucket.org/vladikoff/archon" class="btn">Source</a>
</td>
</tr>
<tr>
<td><strong>Chrome 32-bit / Chrome OS 32-bit</strong></td>
<td>MD5:9c9844e2591a27d952098581011a2bce</td>
<td>
<a href="http://archon.vf.io/ARChon-v1.2-x86_32.zip" class="btn btn-success">Download</a>
<a href="https://bitbucket.org/vladikoff/archon" class="btn">Source</a>
</td>
</tr>
<tr>
<td><strong>ARM (i.e ARM-based Chromebooks)</strong></td>
<td>MD5:3d6955c7702baf1e1d16a000d9f67b10</td>
<td>
<a href="http://archon.vf.io/ARChon-v1.2-ARM.zip" class="btn btn-success">Download</a>
<a href="https://bitbucket.org/vladikoff/archon" class="btn">Source</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="well row">
<h1 id="quick-setup">Quick Setup</h1>
<ul>
<li>
Download the ARChon runtime, extract it, navigate to <code>chrome://extensions</code>, enable "Developer Mode", load the runtime
</li>
<li><img src="http://v14d.com/g/chromeapks/howto.png" width="500px" /></li>
<li>
Download the <a href="https://github.com/vladikoff/chromeos-apk/releases/download/v3.0.0/com.uberspot.a2048.android-ARChon-runtime.zip">Sample App</a>, extract it, load it as an unpacked extention, press "Launch".</li>
<li>Convert other apps with tools listed below.</li>
</ul>
<strong>
More details here: <a href="https://github.com/vladikoff/chromeos-apk/blob/master/archon.md">https://github.com/vladikoff/chromeos-apk/blob/master/archon.md</a>
</strong>
</div>
<div class="well row">
<div class="col-lg-4">
<div class="bs-component">
<h2>Software / Utilities</h2>
<ul>
<li><a href="https://github.com/vladikoff/chromeos-apk">chromeos-apk (CLI app conversion tool)</a></li>
<li><a href="https://play.google.com/store/apps/details?id=me.bpear.archonpackager&hl=en">ARChon Packager (Android-based conversion tool)</a></li>
<li><a href="https://chrome.google.com/webstore/detail/twerk/jhdnjmjhmfihbfjdgmnappnoaehnhiaf?hl=en">twerk (Chrome-based conversion tool)</a></li>
<li><a href="https://github.com/vladikoff/chromeos-apk/releases/download/v3.0.0/com.uberspot.a2048.android-ARChon-runtime.zip">
Sample app for runtime testing - 2048.apk</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<h2>Useful Links</h2>
<ul>
<li><a href="https://github.com/archon-runtime/archon-runtime.github.io/issues">ARChon Issue Tracker</a></li>
<li><a href="https://code.google.com/p/chromium/issues/list?can=2&q=arc&colspec=ID+Pri+M+Week+ReleaseBlock+Cr+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells=tiles">Google ARC Issue Tracker</a></li>
<li><a href="http://www.reddit.com/r/chromeapks">Reddit Community</a></li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<h2>Articles</h2>
<ul>
<li><a href="http://www.omgchrome.com/run-android-apps-on-windows-mac-linux-archon/">omgchrome.com ARChon article</a></li>
<li><a href="http://lifehacker.com/how-to-run-android-apps-inside-chrome-on-any-desktop-op-1637564101">Lifehacker article</a></li>
<li><a href="http://arstechnica.com/gadgets/2014/09/hack-runs-android-apps-on-windows-mac-and-linux-computers/">Ars Technica article</a></li>
<li><a href="http://googlesystem.blogspot.ca/2014/11/7-more-android-apps-added-to-chrome-web.html">Google Operating System article</a></li>
</ul>
</div>
</div>
</div>
<div class="well row">
<h1>Frequently Asked Questions</h1>
<dl>
<dt>How do I run my own Android apps on Chrome OS?</dt>
<dd>
You don't need to use ARChon for Chrome OS 64-bit devices. Otherwise download ARChon 32-bit or ARM (depending on your device).
Convert the APK using one of the tools listed above (i.e chromeos-apk or ARChon Converter for Android).
</dd>
<dt>How do I use the Android menu key?</dt>
<dd>
Android Menu key is accessible using <code>ctrl + ESC</code>
</dd>
</dl>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58632436-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>