After renaming application package name, Android Studio displayed this error can\'t resolve symbol AppCompatActivity
can\'t resolve symbol AppCompatActivity
Things I tried: <
With the new Release of android studio 3.1.3, you must put this code inside build.gradle.
implementation 'com.android.support:design:23.4.0'