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

前端 未结 5 2027
半阙折子戏
半阙折子戏 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 16:01

    had the same problem and found that the link in my project to the appcomcat_v7 project is broken (right-click project and choose properties, then head to the Android tab)...

    i removed and then added the correct project and i was good to go...

    enter image description here

提交回复
热议问题