I am trying to import VMRuntime but i does not seem got
There were only got 3 packages which were dexclassloader, dexfile and pathclassloader.
import dalvik.system.VMRuntime <-- does not exist.
How to enable it?
On
It appears that class VMRuntime was removed in API 9:
http://developer.android.com/sdk/api_diff/9/changes/pkg_dalvik.system.html
There is no
VMRuntimeclass in the Android SDK, let alone in thedalvik.systempackage. Hence, Eclipse is telling you that it does not exist in the Android SDK because it does not exist in the Android SDK.