Android Heap memory increase

后端 未结 2 1225
隐瞒了意图╮
隐瞒了意图╮ 2020-12-21 00:47

I am developing an application on Android 2.2 which takes extensive memory and my most operation cannot be complete because of low memory. Could anybody give me solution tha

2条回答
  •  春和景丽
    2020-12-21 01:08

    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.

提交回复
热议问题