0

As I've been reading for pas few days, I've realized that android versions below 3 cannot copy files bigger than 1MB from assets. For example in my application I'll have a database in assets which will be copied to databases folder on first launch but probably it won't work if my minimum version is below 3 and my db file is bigger than 1MB. I just want to make sure if this is the case so I can push the decision makers to move to higher minimum version( currently minimum is 2.2).

Thanks.

arash moeen
  • 4,533
  • 9
  • 40
  • 85
  • The target SDK version should correspond to the actual device that you're testing on. It shouldn't be the same as the minimum SDK version. – corsair992 Jan 30 '15 at 11:21
  • @corsair992 sorry mate by target version I meant the minimum version to run the application. – arash moeen Jan 30 '15 at 18:42
  • possible duplicate of [accessing .sqlite database (>1Mb size) in android](http://stackoverflow.com/questions/6006588/accessing-sqlite-database-1mb-size-in-android) – corsair992 Jan 30 '15 at 23:03

0 Answers0