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
In Android Studio 3.0 ,the compile configuration is now deprecated and should be replaced by implementation or api.
Just replace:
implementation 'com.android.support:appcompat-v7.27.1.1'
for more information read this gradel doc