-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathsetupmac.html
More file actions
144 lines (144 loc) · 4.5 KB
/
Copy pathsetupmac.html
File metadata and controls
144 lines (144 loc) · 4.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="App Inventor for Android" name="description" />
<meta content="Android, Blocks App Inventor, Mobile, Phone, IDE" name="keywords" />
<title>
Mac Setup - App Inventor for Android
</title>
<link href="/static/images/appinventor-16.png" rel="SHORTCUT ICON" type="image/ico" />
<link href="/static/images/appinventor-16.png" rel="icon" type="image/png" />
<link href="/static/css/appinventor.css" rel="stylesheet" />
<script src="http://www.google.com/js/gweb/analytics/autotrack.js">
</script>
<script>
var tracker = new gweb.analytics.AutoTrack({
profile: 'UA-5856106-2'
});
</script>
<script language = "JavaScript" src="/static/scripts/HeaderAndFooter.js"></script>
<style>
img.c3 {border-width:0}
div.c2 {text-align: left;}
div.c1 {clear:both;}
</style>
</head>
<body>
<script language = "JavaScript">createHeader('<div id="navigation-breadcrumb"> <a href="/learn/">Learn</a> > <a href="/learn/setup/">Setup</a> > Mac > ');</script><br>
<div id="aiac">
<div class="main-container">
<div class="customhr customhr-gray">
</div>
<div class="content">
<div class="content-body">
<div class="learn-page">
<h1>
Installing App Inventor Setup on Mac OS X
</h1>
<p>
App Inventor consists of several different parts that work together. These parts
live in various places: on Google's servers, on your computer, and on your phone.
To install the parts that run on your computer, download and run App Inventor
Setup. This document tells you how to do that.
</p>
<ol>
<li>
<a href="http://dl.google.com/appinventor/installers/mac/AppInventor_Setup_v_1.1.dmg">
Download
</a>
the installer.
<br />
</li>
<li>
Double-click AppInventorSetup.pkg to start the installer.
<br />
</li>
<li>
Click Continue.
<div class="c2">
<img alt="" src="/learn/setup/SetupAssets/macinstallerwelcome.png" width="500" />
</div>
<br />
</li>
<li>
Read and accept the software license agreement.
<br />
</li>
<li>
On the Standard Install screen. Click Install. Don't change the install
location.
<br />
<div class="c2">
<img alt="" src="/learn/setup/SetupAssets/macstandardinstall.png" width="500" />
</div>
<br />
</li>
<li>
If asked, enter your password to confirm that you really want to install
software. Click OK.
</li>
<li>
The installer confirms that the App Inventor Setup package was installed.
</li>
</ol>
<h2>
Locating the Setup software
</h2>
<p>
In most cases, App Inventor should be able to locate the installed software on its
own. But if it asks you to type in the location to look for it, the path name to
enter is
<br />
/Applications/Appinventor/commands-for-Appinventor
</p>
<blockquote class="notice">
Something not working right? Visit the
<a href="../troubleshooting.html">
troubleshooting page
</a>
, or check the
<a href="/forum/">
App Inventor User Forum
</a>
for help.
</blockquote>
<h2>
Next Steps
</h2>
<a href="/learn/setup/phone.html">
Set up your Android phone
</a>
then
<a href="/learn/setup/hellopurr/hellopurrphonepart1.html">
build your first app with the
phone
</a>
<h3>
or
</h3>
<a href="/learn/setup/hellopurr/hellopurremulatorpart1.html">
Build your first
app with the emulator
</a>
</div>
</div>
</div>
<div class="footer">
<script language = "JavaScript">createFooter();</script><br>
<div class="footer-lastupdate">
<script>
if (document.lastModified != '') {
var m = "Page last updated: " + document.lastModified;
var p = m.length-8;
document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("<\/center>");
}
</script>
</div>
</div>
</div>
</div>
</body>
</html>