Error occured on Eclipse due to missing of 'android.graphics.Color' package as the following: +import android.graphics.Color; import android.os.Bundle; Adding the package solved the problem.
Error occured on Eclipse due to missing of 'android.graphics.Color' package as the following:
+import android.graphics.Color;
import android.os.Bundle;
Adding the package solved the problem.