Manifest merger failed with multiple errors, see logs

后端 未结 6 1576
离开以前
离开以前 2020-12-10 12:57

first of all i am new to Android, i have imported an eclipse project to android studio. On building project it is showing this error

\"Error:Execution

6条回答
  •  再見小時候
    2020-12-10 13:29

    Remove sdk configuration from manifest file, in android studio we need to define in build.gradle only
    and also change compileSdkVersion and buildToolVersion to your targeted sdk or change your target sdk to 23

    Note:- compileSdkVersion and buildToolVersion should belongs to same API level

提交回复
热议问题