[android-developers] Re: Is it possible to merge dex files?

2010-09-25 Thread gbear
APK size is about 10-14MB but a lot of that is resources and useless resources pulled in from other libraries that still need to be purged. The dex file is 8MB uncompressed. Would people find this a reasonable feature to add to dx? In order to help with scope issues as their projects get larger

[android-developers] Re: Is it possible to merge dex files?

2010-09-24 Thread Ryan Mattison
No idea, but what is the APK file size? On Sep 24, 10:46 am, gbear chris.regni...@gmail.com wrote: Hello, I'm wondering if anyone has come up with a way to merge multiple dex files into one.  Or if anyone can point me in the proper direction (or am I just going to have to write the tool