ActionBarSherlock并不适用于AndroidStudio

时间:2015-10-05 13:57:36

标签: java android android-layout android-fragments

我已将这些行添加到构建文件中:

编译'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'

编译'com.android.support:support-v4:18.0。+'

每当我尝试构建项目时,我都会遇到错误。

错误:生成并且不应编辑构建文件夹下的文件。

据我所知,actionBarSherlock正在尝试重写项目标准文件。 那么,questino是我能解决这个问题的吗?

apply plugin: 'com.android.application'

android {
    compileSdkVersion 23
    buildToolsVersion "23.0.0"

    defaultConfig {
        applicationId "by.test.roma.myapplication"
        minSdkVersion 11
        targetSdkVersion 18
        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.android.support:appcompat-v7:21.0.0'
    compile 'com.android.support:cardview-v7:21.0.+'
    compile 'com.android.support:recyclerview-v7:21.0.+'
    compile 'com.android.support:appcompat-v7:23.0.0'
    compile 'com.parse.bolts:bolts-android:1.+'
    compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
    compile 'com.android.support:support-v4:18.0.+'
}

1 个答案:

答案 0 :(得分:0)

它与其他支持库相互冲突。你必须拥有1.6 java.And它的depricated.So我的rssParser需要java 1.7 +,它更有价值然后弃用lib.sO我只是说actionBarSherloc goodby。(解决这个问题你需要逐个推送库,并找到你加倍的那个)