<div dir="ltr">1. here's a kind of url you told about : <a href="https://github.com/puneetgkaur/sugar-web-template/releases/tag/3.5.0">https://github.com/puneetgkaur/sugar-web-template/releases/tag/3.5.0</a> , but it doesn't help <div>
<br></div><div>2. Just to try out if things work what I did was to keep an entry in platforms.js as follows :</div><div><br></div><div><div>    'sugar':{</div><div>        parser: './metadata/sugar_parser',</div>
<div>        url    : '<a href="https://github.com/apache/cordova-android.git">https://github.com/apache/cordova-android.git</a>',</div><div><span class="" style="white-space:pre">    </span>version: '3.5.0'</div>
<div>    }</div></div><div><br></div><div>just changed the name but kept the url same as android, now the interesting thing which happens is that with "cordova platform add sugar" command it gives the following error: </div>
<div><br></div><div><div>Error: incorrect header check</div><div>    at Zlib._binding.onerror (zlib.js:295:17)</div></div><div><br></div><div>while with android command it works perfectly fine.</div><div><br></div><div>so what could be possible reason behind this ?</div>
<div><br></div><div>3.Also I observed in ~/.cordova/lib, there are directories with the name of amazon-fireos,android,firefoxos,ios,tmp,ubuntu,www</div><div> </div><div>how are these directories created ? and is this a possible reason behind the issue (for there's no sugar directory there) ? </div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 16, 2014 at 2:56 AM, Puneet Kaur <span dir="ltr"><<a href="mailto:puneet.gkaur@gmail.com" target="_blank">puneet.gkaur@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks :-)</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Jun 16, 2014 at 2:40 AM, purplecabbage <span dir="ltr"><<a href="mailto:purplecabbage@gmail.com" target="_blank">purplecabbage@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You specify a version of 3.5.0 so the downloader component is expecting to get a zipped version of the repo at something like<br>


<a href="https://github.com/sugarlabs/sugar-web-template/releases/tags/3.5.0" target="_blank">https://github.com/sugarlabs/sugar-web-template/releases/tags/3.5.0</a><br>
<br>
It is probably getting a 404, which zlib is choking on.<br>
<br>
Also, try using a -d flag in any Cordova calls that fail, for verbose output.<br>
<br>
<br>
<br>
Sent from my iPhone<br>
<div><br>
> On Jun 15, 2014, at 4:29 AM, Puneet Kaur <<a href="mailto:puneet.gkaur@gmail.com" target="_blank">puneet.gkaur@gmail.com</a>> wrote:<br>
><br>
> Hey,<br>
><br>
> I added the following to platforms.js to my local cordova-lib repository<br>
> linked to cordova-cli :<br>
><br>
>    'sugar':{<br>
>        parser: './metadata/sugar_parser',<br>
>        url    : '<a href="https://github.com/sugarlabs/sugar-web-template.git" target="_blank">https://github.com/sugarlabs/sugar-web-template.git</a>',<br>
>        version: '3.5.0',<br>
><br>
>    }<br>
><br>
><br>
> The "cordova platform list" command works fine and lists sugar as one of<br>
> the platform that are available but I got the following error while issuing<br>
> the command "cordova platform add sugar" :<br>
><br>
</div>> *Error: incorrect header check*<br>
> *    at Zlib._binding.onerror (zlib.js:295:17)*<br>
><br>
><br>
> *I got a few question if someone can answer :*<br>
><br>
> *what does this error mean ?*<br>
><br>
> *what are the essential things we are supposed to develop to make our<br>
> platform add command work ?*<br>
<div><div>><br>
> (I have found some results for the above question after going through the<br>
> repositories of several platform but still wished to be sure)<br>
><br>
><br>
><br>
><br>
><br>
> Puneet<br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>