Conflict with dependency 'com.android.support:support-annotations' in project ':app'. Resolved versions for app (26.1.0) and test app (27.1.1) differ.

前端 未结 15 1533
臣服心动
臣服心动 2020-12-02 05:46

I am new to Android App Development. When I tried to create a new project,Android Project...the following message popped up..

Error:Execution failed for task \':app:

15条回答
  •  感情败类
    2020-12-02 05:54

    Add this to your gradle file.

    implementation 'com.android.support:support-annotations:27.1.1'
    

提交回复
热议问题