first off I'm using a Nexus 7 (the 2013 one with the 1080p screen) running android 4.4(kitkat) and using eclipse with the adb pluggin for windows(64bit I think). My apps minSdkVersion is set to 11 and only operates in the landscape orientation.
The problem is I keep getting a OOM error after leaving my app run for a while. My dalvik heap remains constant at around 25~MB but using Debug.getNativeHeapAllocatedSize() and Debug.getNativeHeapSize() it says my native heap size is constantly …