problems with 'com.android.support:appcompat-v7.27.1.1' in the gradle file

前端 未结 4 658
隐瞒了意图╮
隐瞒了意图╮ 2020-12-20 13:26

This is my dependencies file and there is an underlined red colored text on the compile \'com.android.support:appcompat-v7.27.1.1\'

apply plugin: \'com.andr         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-20 13:48

    just goto-> files->project structures->app->flavors change your min SDK version and target SDK version to "API 27:" then go to properties and check that your compile SDK version has also changed to the above version which you selected.

    This worked for me.

提交回复
热议问题