<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android"    package="com.miz.heapsize"    android:versionCode="1"    android:versionName="1.0" >    <uses-sdk android:minSdkVersion="11" />    <application        android:icon="@drawable/ic_launcher"        android:label="@string/app_name"        android:largeHeap="true" >        <activity            android:label="@string/app_name"            android:name=".MainActivity" >            <intent-filter >                <action android:name="android.intent.action.MAIN" />                <category android:name="android.intent.category.LAUNCHER" />            </intent-filter>        </activity>    </application></manifest>
  
只需要加上<pre name="code" class="html">android:largeHeap="true"
  
可以生成48M的  哦耶
http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F8675037%2Fdoes-androids-large-heap-option-work-for-older-phones-upgraded-to-ics&sa=D&sntz=1&usg=AFQjCNE43aD9kOt0M5OUzNWaNGXP5pSM8w
  


更多相关文章

  1. 在RelativeLayout布局中可以设置标签的android:layout_toLeftO..
  2. Android的AnimationSet动画实现图片的轮播,移动和切换可以自定义
  3. Android(安卓)Google Maps API key 申请
  4. Android之service探究
  5. Cordova更改Gradle版本
  6. Android各个版本API的区别
  7. Android(安卓)开发者学习路线(2020 版)
  8. [mark]Android(安卓)aapt工具
  9. Android(安卓)button设置height后圆角消失问题

随机推荐

  1. android 从sdcard 读取图片 剪切 粘贴
  2. Android控件布局属性大全
  3. 第五次Android课堂笔记
  4. 使用GitHub Actions实现Android自动打包a
  5. Android(安卓)获取前台应用
  6. Android(安卓)Textview控件
  7. android 自定义文字跑马灯 支持拖拽,按住
  8. Android下打开/关闭wifi 及 状态(5个)的
  9. Android(安卓)fragment 与Activity 互相
  10. Android(安卓)Touch事件传递机制解析