Android Heap memory increase

三世轮回 提交于 2019-11-29 14:18:50

Heap size depends on the hardware your running your app an. For example 16mb on a G1 and 32mb on a nexus one. Don't think there is much you can do about it. If you target versions below 3.0 that is.

Could anybody give me solution that how can I increase my application heap size.

You can't. Instead, you need to do a better job with the memory you have.

I have tried android:largeHeap="true" but it is not supported in Android API-8.

As Google has indicated, all using this will do is tend to irritate users of your app. Your app will consume more memory and therefore will kick other apps out of memory more quickly. Some users will not like this behavior. And, it is very possible that this will only ever be a tablet option -- I would not assume that Ice Cream Sandwich phones will necessarily support android:largeHeap.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!