[android-developers] Re: apk is being downloaded as zip file in IE

2010-01-10 Thread Lance Nanek
This is something that your web server includes when the file is downloaded. If you are just serving the file out of a directory via Apache web server, then one way you could set it is to add this line to a .htaccess file in the same directory: AddType application/vnd.android.package-archive apk O

[android-developers] Re: apk is being downloaded as zip file in IE

2010-01-10 Thread Jags
> make sure you send the right mime type with your file. > application/vnd.android.package-archive I would appreciate a little elaboration on this. Is there a provision of mentioning mime type while exporting the apk from eclipse ? Or should I mention when putting href in my website ? regards O

[android-developers] Re: apk is being downloaded as zip file in IE

2010-01-08 Thread zero
make sure you send the right mime type with your file. application/vnd.android.package-archive auto-detection of clients may interpret the file as a zip, because it is, sorta. ;) On Jan 8, 12:44 pm, Jags wrote: > I develop for Android in mac . > > Apart from publishing my app in google market, I