You can use the @Override annotation. If you get this error, it means that you have an error in the prototype of the method, or you are not expanding what you want to expand.
For example, at API level 8 below, you will get an error like the method introduced in API 11:
@Override public void startActivities (Intent[] intents){ }
source share