Android工作室没有识别方法?

时间:2015-05-07 08:33:06

标签: android android-studio

我正在尝试使用findFirstVisibleItemPosition()中的方法LinearLayoutManager。 apis表明此方法存在,但在自动完成中无法识别或显示。

此布局工作的其他方法(至少某些方法),导入android.support.v7.widget.LinearLayoutManager

可能出现什么问题?

编辑:这是我的build.gradle:

apply plugin: 'com.android.application'

android {
    compileSdkVersion 22
    buildToolsVersion "21.1.2"

    defaultConfig {
        applicationId "com.example.skate.socialskate"
        minSdkVersion 21
        targetSdkVersion 22
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])

    compile 'com.google.android.gms:play-services:7.0.0'
    compile 'com.android.support:cardview-v7:22.1.0'
    compile 'com.android.support:recyclerview-v7:21.0.+'
    compile 'com.android.support:support-v13:22.1.0'
    compile 'de.hdodenhof:circleimageview:1.2.1'
    compile 'com.squareup.picasso:picasso:2.5.2'
    compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.13'
    compile 'org.jsoup:jsoup:1.8.2'

}

1 个答案:

答案 0 :(得分:1)

您需要向StateServer添加appcompat

SQLServer