The import android.support.v7.app.MediaRouteActionProvider cannot be resolved

前端 未结 5 2024
半阙折子戏
半阙折子戏 2021-02-13 14:54

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         


        
5条回答
  •  别跟我提以往
    2021-02-13 15:45

    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!

    enter image description here

提交回复
热议问题