-
Website
http://www.laaker.com/micah/ -
Original page
http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac -
Subscribe
All Comments -
Community
-
Top Commenters
-
iankennedy
1 comment · 6 points
-
SheIllustrated
1 comment · 1 points
-
bpm140
1 comment · 8 points
-
kentbrew
1 comment · 2 points
-
Seldo
1 comment · 3 points
-
-
Popular Threads
Thanks for the extra info. I still can't get this to work thought! No errors are thrown during the steps and when I do and echo $PATH I get,
MacPro:~ tom$ echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/applications/airsdk/bin
I've got the SDK in /tom/applications/airsdk. When I type adt I get
MacPro:~ tom$ adt
-bash: adt: command not found
Any advice?
Cheers,
Tom
Looks like you don't have the right path specified in your $PATH
Try changing "/applications/airsdk/bin" to "/tom/applications/airsdk/bin" and see if that works for you.
The Unix under the shiny aqua interface of Mac OS X is very Case sensitive. I think your PATH schould by
/Application/.. instead of /application/...
I hope it will work now for you.
I downloaded the ebook of the pocket guide to see if there was any additional help there too.
I'm running leopard. I didn't have a .profile or a .bashrc file. So I typed touch .profile
perfect. I open it up in the TextMate and it is entirely BLANK.
So the step where I have to look for a line that is similar to "export PATH=$PATH:/usr/local/bin" doesn't apply because I'm looking at an entirely blank file.
Any ideas?
Thanks -- Chad
export PATH=$PATH:/Users/bob/Applications/AIRSDK/bin
It worked for me... thought it might be helpful.
Also, Mike Chambers posted a link(4/17/08) on his blog to an updated edition of Pocket Guide. Check out his blog(www.mikechambers.com).
Direct Link to pdf:
http://onair.adobe.com/files/AIRforJSDevPocketG...
If you find out, please feel free to post back here, in case others are stuck, too.