Possible Duplicate:
largeHeap=true manifest tag not working?
I put android:largeHeap="true" in the application tag of the manifest file and set the minSdk version to android:minSdkVersion="12" and android:targetSdkVersion="15" but it does not work and I get the error message "error: no resource identifier found for attribute 'large heap' in package 'android'
How do I get it working?