Android Manifest: Difference between revisions

No edit summary
 
Line 21:
</code>
 
Too many Java objects in your app may cause java.lang.OutOfMemoryError. YouAs a quick-fix, you can force the Dalvik VM to increase the heap memory-size by enabling largeHeap="true". But in the end, it's still limited to the device's actual available RAM though. Android official documentation doesn't really state how large the additional heap is, but they offered some hint regarding the maximum available size, which is 16 MB or more.
 
From [https://www.baeldung.com/java-stack-heap baeldung.com] (Java guides and course provider) :