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

前端 未结 5 2026
半阙折子戏
半阙折子戏 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

    I had a very similar problem to this after I had used force to close Eclipse.

    When I then restarted Eclipse, I noticed a number of "appcompat_v7..." folders in my workspace directory. I deleted these - and maybe that was the cause of this problem.

    But I resolved it by creating a new Test project in Eclipse, then restarting Eclipse to find all my projects compiled again! :)

    I didn't need to change any project properties.

提交回复
热议问题