[android-developers] Re: How to disable asset compression in eclipse builds?

2010-09-12 Thread Lance Nanek
It's a hack, but couldn't you just name it with one of the extensions that isn't compressed by default? .mp3, for example? On Sep 12, 7:51 pm, SChaser wrote: > Does anyone know how to disable asset compression in eclipse builds? > In other words, how to cause the -0 flag to be set on aapt? > > Th

[android-developers] Re: How to disable asset compression in eclipse builds?

2010-09-12 Thread SChaser
Tks On an earlier thread, someone had tried that with no luck...But there may be something in that direction. This 1MB limit is a real nuisance when you have lots of data! On Sep 12, 6:31 pm, Lance Nanek wrote: > It's a hack, but couldn't you just name it with one of the extensions > that isn't

[android-developers] Re: How to disable asset compression in eclipse builds?

2010-09-12 Thread SChaser
Well, storing as .png does indeed keep it from being compressed, although it is indeed a kludge. I haven't had time to see if I can read the thing on the android. On Sep 12, 7:50 pm, SChaser wrote: > Tks > > On an earlier thread, someone had tried that with no luck...But there > may be something

[android-developers] Re: How to disable asset compression in eclipse builds?

2010-09-12 Thread SChaser
Well, I tried making it a png, and successfully put a 3MB file into assets, and read it okay in a test app in the emulator. On Sep 12, 7:50 pm, SChaser wrote: > Tks > > On an earlier thread, someone had tried that with no luck...But there > may be something in that direction. > > This 1MB limit i