Java – import dalvik.system.VMRuntime not found

import dalvik.system.VMRuntime not found… here is a solution to the problem.

import dalvik.system.VMRuntime not found

I’m trying to import VMRuntime, but I don’t seem to import

There are only 3 packages, Dexclassloader, DexFile, and Pathclassloader.

import dalvik.system.VMRuntime

How to turn it on?

Solution

It seems that the class VMRuntime was removed in API 9:

http://developer.android.com/sdk/api_diff/9/changes/pkg_dalvik.system.html

Related Problems and Solutions