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

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

    It looks like you have added gridlayout.jar to the projects lib folder.

    Its a library project with resources. You need to reference the library project in your android projet

    This library is located in the /extras/android/support/v7/gridlayout/ directory after you download the Android Support Libraries.

    Follow Adding libraries with resources

    http://developer.android.com/tools/support-library/setup.html#libs-with-res

提交回复
热议问题