I am trying to use GoogleMap V2 .But i am getting error on import these :
import android.support.v7.app.MediaRouteActionProvider;
import android.support.v7.media
this solution worked for me:
The support library android-support-v4.jar
cause this conflictand you see the error: The import android.support.v7.app.MediaRouteActionProvider cannot be resolved
, just delete the library under /libs folder of your project, because the library is already contained in the library appcompat_v7
, clean and build your project, and your project will work like a charm!