<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing the Adobe AIR SDK on a Mac</title>
	<atom:link href="http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac</link>
	<description>Made in the U.S.A. by the Double A.</description>
	<lastBuildDate>Tue, 17 Jan 2012 03:33:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: erik</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-58143</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Fri, 07 Jan 2011 14:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-58143</guid>
		<description>It appears that most SDK folders have . characters in their
name to identify their SDK version. If you don&#039;t replace them with
for instance &#039;underscores&#039; , it simply won&#039;t work.</description>
		<content:encoded><![CDATA[<p>It appears that most SDK folders have . characters in their<br />
name to identify their SDK version. If you don&#8217;t replace them with<br />
for instance &#8216;underscores&#8217; , it simply won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: That Kid from Omaha</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-18537</link>
		<dc:creator>That Kid from Omaha</dc:creator>
		<pubDate>Wed, 05 Nov 2008 03:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-18537</guid>
		<description>Hmmm.... sorry, I wish I did, but don&#039;t have a clue. You may want to reach out to Mike (from Adobe) over at &lt;a href=&quot;http://www.mikechambers.com/blog/&quot;&gt;http://www.mikechambers.com/blog/&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you find out, please feel free to post back here, in case others are stuck, too.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;. sorry, I wish I did, but don&#39;t have a clue. You may want to reach out to Mike (from Adobe) over at <a href="http://www.mikechambers.com/blog/">http://www.mikechambers.com/blog/</a></p>
<p>If you find out, please feel free to post back here, in case others are stuck, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Coley</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-18534</link>
		<dc:creator>Stephen Coley</dc:creator>
		<pubDate>Wed, 05 Nov 2008 01:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-18534</guid>
		<description>I tried setting the path initial, this didn&#039;t work, even though I know I set the path correctly. So I thought I would trouble shoot, and just navigate to the /bin from the Terminal. Once I was in the /bin, I &quot;ls -al&quot; to make sure adl and adt were in the directory. Once confirmed, I typed adt... It says the command is not found, so I tried adl, it also said the command was not found. Do you have any idea what my issue could be? I do have the all of the directories included in the download in the same directory as /bin.</description>
		<content:encoded><![CDATA[<p>I tried setting the path initial, this didn&#39;t work, even though I know I set the path correctly. So I thought I would trouble shoot, and just navigate to the /bin from the Terminal. Once I was in the /bin, I &#8220;ls -al&#8221; to make sure adl and adt were in the directory. Once confirmed, I typed adt&#8230; It says the command is not found, so I tried adl, it also said the command was not found. Do you have any idea what my issue could be? I do have the all of the directories included in the download in the same directory as /bin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrBonze</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-17295</link>
		<dc:creator>MrBonze</dc:creator>
		<pubDate>Thu, 28 Aug 2008 17:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-17295</guid>
		<description>Thank you! Been Googling for hours trying to find out how to do this! Just a note to avoid confusion that you have to replace the path &#039;airsdk&#039;, with the path where you have the air SDK installed.</description>
		<content:encoded><![CDATA[<p>Thank you! Been Googling for hours trying to find out how to do this! Just a note to avoid confusion that you have to replace the path &#39;airsdk&#39;, with the path where you have the air SDK installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-12806</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 19 Apr 2008 04:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-12806</guid>
		<description>Hey All, I had a lot of trouble installing this too..   finally got it to work by adding the full path to my AIRSDK/bin directory.  So, I put this:

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/AIRforJSDevPocketGuide.pdf?sdid=CEYFA</description>
		<content:encoded><![CDATA[<p>Hey All, I had a lot of trouble installing this too..   finally got it to work by adding the full path to my AIRSDK/bin directory.  So, I put this:</p>
<p>export PATH=$PATH:/Users/bob/Applications/AIRSDK/bin</p>
<p>It worked for me&#8230; thought it might be helpful.</p>
<p>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).  </p>
<p>Direct Link to pdf:<br />
<a href="http://onair.adobe.com/files/AIRforJSDevPocketGuide.pdf?sdid=CEYFA" rel="nofollow">http://onair.adobe.com/files/AIRforJSDevPocketGuide.pdf?sdid=CEYFA</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16878</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 19 Apr 2008 02:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16878</guid>
		<description>Hey All, I had a lot of trouble installing this too..   finally got it to work by adding the full path to my AIRSDK/bin directory.  So, I put this:&lt;br&gt;&lt;br&gt;export PATH=$PATH:/Users/bob/Applications/AIRSDK/bin&lt;br&gt;&lt;br&gt;It worked for me... thought it might be helpful.&lt;br&gt;&lt;br&gt;Also, Mike Chambers posted a link(4/17/08) on his blog to an updated edition of Pocket Guide.  Check out his &lt;a href=&quot;http://blog%28www.mikechambers.com&quot;&gt;blog(www.mikechambers.com&lt;/a&gt;).  &lt;br&gt;&lt;br&gt;Direct Link to pdf:&lt;br&gt;&lt;a href=&quot;http://onair.adobe.com/files/AIRforJSDevPocketGuide.pdf?sdid=CEYFA&quot;&gt;http://onair.adobe.com/files/AIRforJSDevPocketG...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey All, I had a lot of trouble installing this too..   finally got it to work by adding the full path to my AIRSDK/bin directory.  So, I put this:</p>
<p>export PATH=$PATH:/Users/bob/Applications/AIRSDK/bin</p>
<p>It worked for me&#8230; thought it might be helpful.</p>
<p>Also, Mike Chambers posted a link(4/17/08) on his blog to an updated edition of Pocket Guide.  Check out his <a href="http://blog%28www.mikechambers.com">blog(www.mikechambers.com</a>).  </p>
<p>Direct Link to pdf:<br /><a href="http://onair.adobe.com/files/AIRforJSDevPocketGuide.pdf?sdid=CEYFA">http://onair.adobe.com/files/AIRforJSDevPocketG&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-10419</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 25 Dec 2007 02:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-10419</guid>
		<description>I probably didn&#039;t get as far as everyone else, I&#039;m guessing it&#039;s something minor. 

I downloaded the ebook of the pocket guide to see if there was any additional help there too.

I&#039;m running leopard. I didn&#039;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 &quot;export PATH=$PATH:/usr/local/bin&quot; doesn&#039;t apply because I&#039;m looking at an entirely blank file.

Any ideas?

Thanks -- Chad</description>
		<content:encoded><![CDATA[<p>I probably didn&#8217;t get as far as everyone else, I&#8217;m guessing it&#8217;s something minor. </p>
<p>I downloaded the ebook of the pocket guide to see if there was any additional help there too.</p>
<p>I&#8217;m running leopard. I didn&#8217;t have a .profile or a .bashrc file. So I typed touch .profile<br />
perfect. I open it up in the TextMate and it is entirely BLANK. </p>
<p>So the step where I have to look for a line that is similar to &#8220;export PATH=$PATH:/usr/local/bin&#8221; doesn&#8217;t apply because I&#8217;m looking at an entirely blank file.</p>
<p>Any ideas?</p>
<p>Thanks &#8212; Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16877</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 24 Dec 2007 23:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16877</guid>
		<description>I probably didn&#039;t get as far as everyone else, I&#039;m guessing it&#039;s something minor. &lt;br&gt;&lt;br&gt;I downloaded the ebook of the pocket guide to see if there was any additional help there too.&lt;br&gt;&lt;br&gt;I&#039;m running leopard. I didn&#039;t have a .profile or a .bashrc file. So I typed touch .profile&lt;br&gt;perfect. I open it up in the TextMate and it is entirely BLANK. &lt;br&gt;&lt;br&gt;So the step where I have to look for a line that is similar to &quot;export PATH=$PATH:/usr/local/bin&quot; doesn&#039;t apply because I&#039;m looking at an entirely blank file.&lt;br&gt;&lt;br&gt;Any ideas?&lt;br&gt;&lt;br&gt;Thanks -- Chad</description>
		<content:encoded><![CDATA[<p>I probably didn&#8217;t get as far as everyone else, I&#8217;m guessing it&#8217;s something minor. </p>
<p>I downloaded the ebook of the pocket guide to see if there was any additional help there too.</p>
<p>I&#8217;m running leopard. I didn&#8217;t have a .profile or a .bashrc file. So I typed touch .profile<br />perfect. I open it up in the TextMate and it is entirely BLANK. </p>
<p>So the step where I have to look for a line that is similar to &#8220;export PATH=$PATH:/usr/local/bin&#8221; doesn&#8217;t apply because I&#8217;m looking at an entirely blank file.</p>
<p>Any ideas?</p>
<p>Thanks &#8212; Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robyn Tippins</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-9729</link>
		<dc:creator>Robyn Tippins</dc:creator>
		<pubDate>Sun, 11 Nov 2007 06:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-9729</guid>
		<description>I can&#039;t get it to install either.  Wanted to run snitter.  No way am I going through this many steps for that though.  ;)</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it to install either.  Wanted to run snitter.  No way am I going through this many steps for that though.  <img src='http://www.laaker.com/micah/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robyn Tippins</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16876</link>
		<dc:creator>Robyn Tippins</dc:creator>
		<pubDate>Sun, 11 Nov 2007 03:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16876</guid>
		<description>I can&#039;t get it to install either.  Wanted to run snitter.  No way am I going through this many steps for that though.  ;)</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it to install either.  Wanted to run snitter.  No way am I going through this many steps for that though.  <img src='http://www.laaker.com/micah/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Prue</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-7471</link>
		<dc:creator>Ed Prue</dc:creator>
		<pubDate>Sat, 22 Sep 2007 08:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-7471</guid>
		<description>I solved my own problem.  Just happened to be at Stacey&#039;s in downtown S.F. on my lunch hour (heh heh - no, I wasn&#039;t just there yesterday and the day before that...)  flipping through the new O&#039;Reilly pocket guide on AIR, and I stumbled on the fact that you have to be running OS X 10.4.8 or higher to install AIR.  Too bad Adobe doesn&#039;t plainly say so on the download site.  Anyway, now I&#039;m breathing in the AIR experience -- beauty!  Hopefully anyone else out there googling &quot;Mac OS X AIR installer doesn&#039;t work&quot; - will find this now, instead of nothing.</description>
		<content:encoded><![CDATA[<p>I solved my own problem.  Just happened to be at Stacey&#8217;s in downtown S.F. on my lunch hour (heh heh &#8211; no, I wasn&#8217;t just there yesterday and the day before that&#8230;)  flipping through the new O&#8217;Reilly pocket guide on AIR, and I stumbled on the fact that you have to be running OS X 10.4.8 or higher to install AIR.  Too bad Adobe doesn&#8217;t plainly say so on the download site.  Anyway, now I&#8217;m breathing in the AIR experience &#8212; beauty!  Hopefully anyone else out there googling &#8220;Mac OS X AIR installer doesn&#8217;t work&#8221; &#8211; will find this now, instead of nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Prue</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16875</link>
		<dc:creator>Ed Prue</dc:creator>
		<pubDate>Sat, 22 Sep 2007 06:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16875</guid>
		<description>I solved my own problem.  Just happened to be at Stacey&#039;s in downtown S.F. on my lunch hour (heh heh - no, I wasn&#039;t just there yesterday and the day before that...)  flipping through the new O&#039;Reilly pocket guide on AIR, and I stumbled on the fact that you have to be running OS X 10.4.8 or higher to install AIR.  Too bad Adobe doesn&#039;t plainly say so on the download site.  Anyway, now I&#039;m breathing in the AIR experience -- beauty!  Hopefully anyone else out there googling &quot;Mac OS X AIR installer doesn&#039;t work&quot; - will find this now, instead of nothing.</description>
		<content:encoded><![CDATA[<p>I solved my own problem.  Just happened to be at Stacey&#8217;s in downtown S.F. on my lunch hour (heh heh &#8211; no, I wasn&#8217;t just there yesterday and the day before that&#8230;)  flipping through the new O&#8217;Reilly pocket guide on AIR, and I stumbled on the fact that you have to be running OS X 10.4.8 or higher to install AIR.  Too bad Adobe doesn&#8217;t plainly say so on the download site.  Anyway, now I&#8217;m breathing in the AIR experience &#8212; beauty!  Hopefully anyone else out there googling &#8220;Mac OS X AIR installer doesn&#8217;t work&#8221; &#8211; will find this now, instead of nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micah</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-7422</link>
		<dc:creator>micah</dc:creator>
		<pubDate>Fri, 21 Sep 2007 04:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-7422</guid>
		<description>Sorry, Ed. Don&#039;t have a clue why that&#039;s happening. It runs just fine on my machine.</description>
		<content:encoded><![CDATA[<p>Sorry, Ed. Don&#8217;t have a clue why that&#8217;s happening. It runs just fine on my machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micah</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16874</link>
		<dc:creator>micah</dc:creator>
		<pubDate>Fri, 21 Sep 2007 02:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16874</guid>
		<description>Sorry, Ed. Don&#039;t have a clue why that&#039;s happening. It runs just fine on my machine.</description>
		<content:encoded><![CDATA[<p>Sorry, Ed. Don&#8217;t have a clue why that&#8217;s happening. It runs just fine on my machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Prue</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-7017</link>
		<dc:creator>Ed Prue</dc:creator>
		<pubDate>Sat, 15 Sep 2007 23:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-7017</guid>
		<description>I can&#039;t even get the installer to run.  I&#039;m using the one from &quot;air_b1_mac_061107.dmg&quot; (currently on the Adobe web site as of 9/15/07.)  It just blows up as soon as I double-click it, with &quot;The application quit unexpectedly&quot; dialog.  So far, I haven&#039;t been able to find any mentions via Google.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t even get the installer to run.  I&#8217;m using the one from &#8220;air_b1_mac_061107.dmg&#8221; (currently on the Adobe web site as of 9/15/07.)  It just blows up as soon as I double-click it, with &#8220;The application quit unexpectedly&#8221; dialog.  So far, I haven&#8217;t been able to find any mentions via Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Prue</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16873</link>
		<dc:creator>Ed Prue</dc:creator>
		<pubDate>Sat, 15 Sep 2007 21:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16873</guid>
		<description>I can&#039;t even get the installer to run.  I&#039;m using the one from &quot;air_b1_mac_061107.dmg&quot; (currently on the Adobe web site as of 9/15/07.)  It just blows up as soon as I double-click it, with &quot;The application quit unexpectedly&quot; dialog.  So far, I haven&#039;t been able to find any mentions via Google.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t even get the installer to run.  I&#8217;m using the one from &#8220;air_b1_mac_061107.dmg&#8221; (currently on the Adobe web site as of 9/15/07.)  It just blows up as soon as I double-click it, with &#8220;The application quit unexpectedly&#8221; dialog.  So far, I haven&#8217;t been able to find any mentions via Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kab</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-6071</link>
		<dc:creator>kab</dc:creator>
		<pubDate>Wed, 05 Sep 2007 22:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-6071</guid>
		<description>Hey Tom:

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.</description>
		<content:encoded><![CDATA[<p>Hey Tom:</p>
<p>The Unix under the shiny aqua interface of Mac OS X is very Case sensitive. I think your PATH schould by</p>
<p>/Application/.. instead of /application/&#8230;</p>
<p>I hope it will work now for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kab</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16872</link>
		<dc:creator>kab</dc:creator>
		<pubDate>Wed, 05 Sep 2007 20:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16872</guid>
		<description>Hey Tom:&lt;br&gt;&lt;br&gt;The Unix under the shiny aqua interface of Mac OS X is very Case sensitive. I think your PATH schould by&lt;br&gt;&lt;br&gt;/Application/.. instead of /application/...&lt;br&gt;&lt;br&gt;I hope it will work now for you.</description>
		<content:encoded><![CDATA[<p>Hey Tom:</p>
<p>The Unix under the shiny aqua interface of Mac OS X is very Case sensitive. I think your PATH schould by</p>
<p>/Application/.. instead of /application/&#8230;</p>
<p>I hope it will work now for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jr</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-5718</link>
		<dc:creator>jr</dc:creator>
		<pubDate>Fri, 24 Aug 2007 22:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-5718</guid>
		<description>Hey Tom:

Looks like you don&#039;t have the right path specified in your $PATH

Try changing &quot;/applications/airsdk/bin&quot; to &quot;/tom/applications/airsdk/bin&quot; and see if that works for you.</description>
		<content:encoded><![CDATA[<p>Hey Tom:</p>
<p>Looks like you don&#8217;t have the right path specified in your $PATH</p>
<p>Try changing &#8220;/applications/airsdk/bin&#8221; to &#8220;/tom/applications/airsdk/bin&#8221; and see if that works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jr</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16871</link>
		<dc:creator>jr</dc:creator>
		<pubDate>Fri, 24 Aug 2007 20:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16871</guid>
		<description>Hey Tom:&lt;br&gt;&lt;br&gt;Looks like you don&#039;t have the right path specified in your $PATH&lt;br&gt;&lt;br&gt;Try changing &quot;/applications/airsdk/bin&quot; to &quot;/tom/applications/airsdk/bin&quot; and see if that works for you.</description>
		<content:encoded><![CDATA[<p>Hey Tom:</p>
<p>Looks like you don&#8217;t have the right path specified in your $PATH</p>
<p>Try changing &#8220;/applications/airsdk/bin&#8221; to &#8220;/tom/applications/airsdk/bin&#8221; and see if that works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-5687</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 23 Aug 2007 18:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-5687</guid>
		<description>Hey there,

Thanks for the extra info. I still can&#039;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&#039;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</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>Thanks for the extra info. I still can&#8217;t get this to work thought! No errors are thrown during the steps and when I do and echo $PATH I get,</p>
<p>MacPro:~ tom$ echo $PATH<br />
/bin:/sbin:/usr/bin:/usr/sbin:/applications/airsdk/bin</p>
<p>I&#8217;ve got the SDK in /tom/applications/airsdk. When I type adt I get</p>
<p>MacPro:~ tom$ adt<br />
-bash: adt: command not found</p>
<p>Any advice?</p>
<p>Cheers,<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16870</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 23 Aug 2007 16:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16870</guid>
		<description>Hey there,&lt;br&gt;&lt;br&gt;Thanks for the extra info. I still can&#039;t get this to work thought! No errors are thrown during the steps and when I do and echo $PATH I get,&lt;br&gt;&lt;br&gt;MacPro:~ tom$ echo $PATH&lt;br&gt;/bin:/sbin:/usr/bin:/usr/sbin:/applications/airsdk/bin&lt;br&gt;&lt;br&gt;I&#039;ve got the SDK in /tom/applications/airsdk. When I type adt I get&lt;br&gt;&lt;br&gt;MacPro:~ tom$ adt&lt;br&gt;-bash: adt: command not found&lt;br&gt;&lt;br&gt;Any advice?&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Tom</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>Thanks for the extra info. I still can&#8217;t get this to work thought! No errors are thrown during the steps and when I do and echo $PATH I get,</p>
<p>MacPro:~ tom$ echo $PATH<br />/bin:/sbin:/usr/bin:/usr/sbin:/applications/airsdk/bin</p>
<p>I&#8217;ve got the SDK in /tom/applications/airsdk. When I type adt I get</p>
<p>MacPro:~ tom$ adt<br />-bash: adt: command not found</p>
<p>Any advice?</p>
<p>Cheers,<br />Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haveboard</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-5675</link>
		<dc:creator>haveboard</dc:creator>
		<pubDate>Thu, 23 Aug 2007 06:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-5675</guid>
		<description>Thank you! http://pownce.com/haveboard/notes/577754/</description>
		<content:encoded><![CDATA[<p>Thank you! <a href="http://pownce.com/haveboard/notes/577754/" rel="nofollow">http://pownce.com/haveboard/notes/577754/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haveboard</title>
		<link>http://www.laaker.com/micah/blog/2007/installing-the-adobe-air-sdk-on-a-mac/comment-page-1#comment-16869</link>
		<dc:creator>haveboard</dc:creator>
		<pubDate>Thu, 23 Aug 2007 04:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://mlaaker.com/cms/?p=113#comment-16869</guid>
		<description>Thank you! &lt;a href=&quot;http://pownce.com/haveboard/notes/577754/&quot;&gt;http://pownce.com/haveboard/notes/577754/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thank you! <a href="http://pownce.com/haveboard/notes/577754/">http://pownce.com/haveboard/notes/577754/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.laaker.com @ 2012-02-06 22:50:34 -->
