• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Data exceeds UNCOMPRESS_DATA_MAX f0r 1.3MB file of raw in Android

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am parsing internal xml file from raw folder and the size is 1.3MB. It is fine for up to 1MB. I am using Froyo and even bigger files are able to run on 2.3.3 But I need to run 1.3MB on 2.2. How to make it work?
 
Bartender
Posts: 2270
20
Android Java ME Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Following links might be helpful

http://stackoverflow.com/questions/2860157/load-files-bigger-than-1m-from-assets-folder

http://www.nutprof.com/2010/12/data-exceeds-uncompressdatamax.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic