I am trying to use GoogleMap V2. But I get an error while importing:
import android.support.v7.app.MediaRouteActionProvider; import android.support.v7.media.MediaRouteSelector; import android.support.v7.media.MediaRouter; import android.support.v7.media.MediaRouter.RouteInfo;
And mistake
The import android.support.v7.app.MediaRouteActionProvider cannot be resolved
Here is a screenshot of the library I added

What do I need to do. I tried to import android \ support \ v7 along the build path. But he does not solve my problem there in any way, so that I can resolve these errors.
android android-maps-v2
Developer Feb 19 '14 at 9:39 2014-02-19 09:39
source share