<?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: Resolving &#8220;Android SDK failed to install&#8221; with Dreamweaver CS5.5</title>
	<atom:link href="http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/</link>
	<description>Thoughts, rants and musings about Adobe, the web, technology and 200+ days a year traveling as a software evangelist.</description>
	<lastBuildDate>Fri, 27 Dec 2013 11:02:23 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: ak sharma</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8802</link>
		<dc:creator><![CDATA[ak sharma]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 08:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8802</guid>
		<description><![CDATA[I changed the platform number to the corresponding AVD level number in the NativeAppCommon.js file and it WORKED!!!!]]></description>
		<content:encoded><![CDATA[<p>I changed the platform number to the corresponding AVD level number in the NativeAppCommon.js file and it WORKED!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subs</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8797</link>
		<dc:creator><![CDATA[Subs]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 03:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8797</guid>
		<description><![CDATA[I&#039;m gettin error im win xp with 

log file

____________________
set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
set ANDROID_HOME=C:\android-sdk-windows
set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
set PATH=%JAVA_HOME%\bin;%PATH%
cd C:\DOCUME~1\SUBRAM~1\Desktop\COMCOM~1.MER
C:\WINDOWS\system32\cmd.exe /u /c C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\DWPHON~1\android\scripts\droidGap.bat &quot;C:\Program Files\Adobe\Adobe Dreamweaver CS5.5\Configuration\NativeAppFramework\DWPhoneGap\android\PhoneGapApp&quot; &quot;meridien_mobile&quot; com.company.meridien_mobile 1.0 &quot;C:\android-sdk-windows&quot; 8
____________________


CaERROR: Clone failed]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m gettin error im win xp with </p>
<p>log file</p>
<p>____________________<br />
set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1<br />
set ANDROID_HOME=C:\android-sdk-windows<br />
set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK<br />
set PATH=%JAVA_HOME%\bin;%PATH%<br />
cd C:\DOCUME~1\SUBRAM~1\Desktop\COMCOM~1.MER<br />
C:\WINDOWS\system32\cmd.exe /u /c C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\DWPHON~1\android\scripts\droidGap.bat &#8220;C:\Program Files\Adobe\Adobe Dreamweaver CS5.5\Configuration\NativeAppFramework\DWPhoneGap\android\PhoneGapApp&#8221; &#8220;meridien_mobile&#8221; com.company.meridien_mobile 1.0 &#8220;C:\android-sdk-windows&#8221; 8<br />
____________________</p>
<p>CaERROR: Clone failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Trice</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8497</link>
		<dc:creator><![CDATA[Andrew Trice]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 00:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8497</guid>
		<description><![CDATA[I was able to work around the &quot;‘ant install’ now requires the build target&quot; by modifying the build.xml within the generated PhoneGap project, and adding logic to include the missing dependencies for a debug build.  Details at the bottom of the post here:  http://www.tricedesigns.com/2011/11/01/building-phonegap-applications-with-dreamweaver/]]></description>
		<content:encoded><![CDATA[<p>I was able to work around the &#8220;‘ant install’ now requires the build target&#8221; by modifying the build.xml within the generated PhoneGap project, and adding logic to include the missing dependencies for a debug build.  Details at the bottom of the post here:  <a href="http://www.tricedesigns.com/2011/11/01/building-phonegap-applications-with-dreamweaver/" >http://www.tricedesigns.com/2011/11/01/building-phonegap-applications-with-dreamweaver/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Trice &#187; Blog Archive &#187; Building PhoneGap Applications With Dreamweaver</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8492</link>
		<dc:creator><![CDATA[Andrew Trice &#187; Blog Archive &#187; Building PhoneGap Applications With Dreamweaver]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 17:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8492</guid>
		<description><![CDATA[[...] If you run into issues with the Android SDK, first make sure that you are using the latest Dreamweaver SDK following the instructions at http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] If you run into issues with the Android SDK, first make sure that you are using the latest Dreamweaver SDK following the instructions at <a href="http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5" >http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5</a>&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quinton Jones</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8487</link>
		<dc:creator><![CDATA[Quinton Jones]]></dc:creator>
		<pubDate>Sun, 30 Oct 2011 21:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8487</guid>
		<description><![CDATA[Replace NativeAppCommon.js with what?]]></description>
		<content:encoded><![CDATA[<p>Replace NativeAppCommon.js with what?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8480</link>
		<dc:creator><![CDATA[Kurt]]></dc:creator>
		<pubDate>Thu, 27 Oct 2011 15:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8480</guid>
		<description><![CDATA[I have not had success either although I was at DW 11.5.1 with build 5344 on my MacBook Air. I had previously installed Android SDK 2.2 and 2.3 with the eclipse Android SDK and AVD manager.  First attempt I just pointed to that build.  It allowed me to configure application framework, and establish my application settings with preexisting build.  However after building the app for the emulator for over an hour I assumed it hung.  

I then tried to do the DW easy install but got the fatal error 90408.  I made several attempts with no luck.

My next step was to upgrade to Android 4.0 thinking perhaps I was at too early of a release in my initial exercise.  After a bit of work I got my eclipse environment built with Android 4.0.  I then pointed my DW mobile site to the Android SDK folder, recreated my settings and then did the build and launch for Android.  This seemed to be working fine with encouraging messages generated along the way (like downloading Andoid??), however I eventually got the following (looking at the buildLog.log file from ant):

Install file not specified.

&#039;ant install&#039; now requires the build target to be specified as well.

BUILD FAILED
/Users/kpschmidt/android-sdk-mac_x86/tools/ant/build.xml:1098: The following error occurred while executing this line:
/Users/kpschmidt/android-sdk-mac_x86/tools/ant/build.xml:1141: No message

I received this message occurs after ant successfully created the app and signed it 

-package:
[apkbuilder] Creating dw_android_ios_phonegap-debug-unaligned.apk and signing it with a debug key...

so it seems to just be a step in the... 

Installing app into Android emulator


The problem with these &quot;easy installs&quot; is that if something fails (like a link in the cloud changes) or an out of date ant build file, then you have no real way to debug the problem.

Any suggestions to try to get DW working with phoneGap.  Until hitting this roadblock about 24 hours ago I was quite impressed with what Adobe has done with the framework...]]></description>
		<content:encoded><![CDATA[<p>I have not had success either although I was at DW 11.5.1 with build 5344 on my MacBook Air. I had previously installed Android SDK 2.2 and 2.3 with the eclipse Android SDK and AVD manager.  First attempt I just pointed to that build.  It allowed me to configure application framework, and establish my application settings with preexisting build.  However after building the app for the emulator for over an hour I assumed it hung.  </p>
<p>I then tried to do the DW easy install but got the fatal error 90408.  I made several attempts with no luck.</p>
<p>My next step was to upgrade to Android 4.0 thinking perhaps I was at too early of a release in my initial exercise.  After a bit of work I got my eclipse environment built with Android 4.0.  I then pointed my DW mobile site to the Android SDK folder, recreated my settings and then did the build and launch for Android.  This seemed to be working fine with encouraging messages generated along the way (like downloading Andoid??), however I eventually got the following (looking at the buildLog.log file from ant):</p>
<p>Install file not specified.</p>
<p>&#8216;ant install&#8217; now requires the build target to be specified as well.</p>
<p>BUILD FAILED<br />
/Users/kpschmidt/android-sdk-mac_x86/tools/ant/build.xml:1098: The following error occurred while executing this line:<br />
/Users/kpschmidt/android-sdk-mac_x86/tools/ant/build.xml:1141: No message</p>
<p>I received this message occurs after ant successfully created the app and signed it </p>
<p>-package:<br />
[apkbuilder] Creating dw_android_ios_phonegap-debug-unaligned.apk and signing it with a debug key&#8230;</p>
<p>so it seems to just be a step in the&#8230; </p>
<p>Installing app into Android emulator</p>
<p>The problem with these &#8220;easy installs&#8221; is that if something fails (like a link in the cloud changes) or an out of date ant build file, then you have no real way to debug the problem.</p>
<p>Any suggestions to try to get DW working with phoneGap.  Until hitting this roadblock about 24 hours ago I was quite impressed with what Adobe has done with the framework&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8475</link>
		<dc:creator><![CDATA[Fabio]]></dc:creator>
		<pubDate>Tue, 25 Oct 2011 15:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8475</guid>
		<description><![CDATA[I got same problem! I&#039;ve installed the update, also I did like comment 09, and still not working. I have no clue whats happening.]]></description>
		<content:encoded><![CDATA[<p>I got same problem! I&#8217;ve installed the update, also I did like comment 09, and still not working. I have no clue whats happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladan</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8465</link>
		<dc:creator><![CDATA[Vladan]]></dc:creator>
		<pubDate>Sat, 22 Oct 2011 17:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8465</guid>
		<description><![CDATA[I have maked the “Dreamweaver 11.5.1 update”

but my DW not install the Android SDK,
Helpme please!]]></description>
		<content:encoded><![CDATA[<p>I have maked the “Dreamweaver 11.5.1 update”</p>
<p>but my DW not install the Android SDK,<br />
Helpme please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luvigione</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8464</link>
		<dc:creator><![CDATA[Luvigione]]></dc:creator>
		<pubDate>Sat, 22 Oct 2011 11:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8464</guid>
		<description><![CDATA[Sorry, I have maked the &quot;Dreamweaver 11.5.1 update&quot;
I ave changed the line in &quot;NativeAppCommon.js&quot;
but my DW not install the Android SDK,
Helpme please!!!]]></description>
		<content:encoded><![CDATA[<p>Sorry, I have maked the &#8220;Dreamweaver 11.5.1 update&#8221;<br />
I ave changed the line in &#8220;NativeAppCommon.js&#8221;<br />
but my DW not install the Android SDK,<br />
Helpme please!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Sanders</title>
		<link>http://blog.assortedgarbage.com/2011/05/resolving-android-sdk-failed-to-install-with-dreamweaver-cs5-5/comment-page-1/#comment-8414</link>
		<dc:creator><![CDATA[Todd Sanders]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 20:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/?p=696#comment-8414</guid>
		<description><![CDATA[I was getting a build.xml error when trying to build an android app in dreamweaver, and installing the Dreamweaver 11.5.1 update fixed it :-)]]></description>
		<content:encoded><![CDATA[<p>I was getting a build.xml error when trying to build an android app in dreamweaver, and installing the Dreamweaver 11.5.1 update fixed it :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
