Saw this in the 994 daily build:
Android: Added new “build.settings” option “settings.android.largeHeap = true” that allows apps to use more memory on Android 3.0 or higher devices. Works around out-of-memory errors when loading large images for high res displays.
What is the proper way to set this in the build.settings file?
[lua] android =
{
settings.android.largeHeap = true
}[/lua]
Or something else? [import]uid: 17827 topic_id: 34386 reply_id: 334386[/import]