Is there a minimal heap size for Android versions?

ok, i’ve finally found the answer (thanks to this post) : the bare minimal for all versions of android (including 5) , is 16MB. the requirements for each of the android versions can be read about here: http://source.android.com/compatibility/downloads.html you can read about them by opening the CDD files and searching for “Runtime Compatibility” (or “Virtual … Read more

How to specify more than 64 mb memory for an application?

largeHeap = “true” does not increase the heap size to or by 64 MB: Most apps should not need this and should instead focus on reducing their overall memory usage for improved performance. Enabling this also does not guarantee a fixed increase in available memory, because some devices are constrained by their total available memory. … Read more