Well, first you need to figure out what is taking up space to see
where the big wins will be. Typically this means resource files.

Remove resources that are seldom used, consider downloading them when
they're needed and then saving them to your data directory. Obviously
you need to be very careful with this because it could have negative
user experience impacts, but sometimes there are gains that you can
get here.

Make sure any image files are as small as they can be. The G1
currently displays 16-bit images, so if you're bundling 32-bit images,
you're wasting space. Often downsampling the bit depth can make a
significant dent in resource sizes.

Cheers,
Justin
Android Team @ Google

On Dec 16, 12:11 pm, Tom <thomasfmc...@gmail.com> wrote:
> My APK is 1.2M.  I've searched for ways to reduce it in size without
> success.  Any pointers?
>
> On Dec 16, 1:56 pm, "Justin (Google Employee)" <j...@google.com>
> wrote:
>
> > Assuming your APK is <1MB you can host it on Google App Engine, which
> > obviously gives you MIME-type control. (Hopefully your APK is below
> > this threshold anyway).
>
> > Cheers,
> > Justin
> > Android Team @ Google
>
> > On Dec 14, 7:02 am, Tom <thomasfmc...@gmail.com> wrote:
>
> > > Hostingyourapkonhttp://code.google.comforcesitto have an open
> > > source license, doesn't it?
>
> > > I am frantically searching for a place to host myapkso I can
> > > distribute it in a controlled manner (since it's quite early in
> > > development).  My preference is to find a Google-based service for
> > > this.
>
> > > On Oct 24, 3:35 pm, brs <bernhard.r.su...@gmail.com> wrote:
>
> > > > It would also be nice to have a list ofhostingsites which handle the
> > > > MIME type for .apkfiles correctly. Download tab 
> > > > forhttp://code.google.com
> > > > projects is one of them.
>
> > > > Bernhard
>
> > > > On Oct 21, 5:15 am, Al Sutton <al.sut...@alsutton.com> wrote:
>
> > > > > There are a number of reports of people having problems downloading 
> > > > > apks
> > > > > directly from websites, so I'm putting together a list of tips for
> > > > >hostingyourownapp at;
>
> > > > >http://andappstore.com/AndroidPhoneApplications/publishing.jsp
>
> > > > >Ifanyone has anything they think should be added please let me know.
>
> > > > > Al.http://andappstore.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to