Android Studio - Gradle Manifest Merging Failed

前端 未结 4 878
长发绾君心
长发绾君心 2021-02-04 07:19

I am building a demo app using actionbar sherlock in android studio and i was facing problem , mentioned in following link :- Previous Problem

now after following the re

4条回答
  •  南笙
    南笙 (楼主)
    2021-02-04 07:44

    That worked for me when adding the Google Play Services

    android {
        compileSdkVersion 17
        buildToolsVersion "17.0.0"
    
        defaultConfig {
            minSdkVersion 10
            targetSdkVersion 16
        }
    }
    

提交回复
热议问题