<?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= "One"/> <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>
Only need to add <pre name= "code" class= "HTML" >android:largeheap= "true"
Capable of generating 48M Oh yes
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
Copyright notice: This article blog original articles, blogs, without consent, may not be reproduced.
Create bitmap on Android to avoid low memory method