can't resolve AppCompatActivity

后端 未结 30 1859
星月不相逢
星月不相逢 2020-12-04 17:43

After renaming application package name, Android Studio displayed this error can\'t resolve symbol AppCompatActivity

Things I tried: <

30条回答
  •  我在风中等你
    2020-12-04 18:33

    You got error like

    1.First you have to clean project after that same issue got then

    2.check library minimum compile "com.android.support:appcompat-v7:22.1.0"

    1. Check library does not use two or more times

    2. Remove multiple time usage of library dependency

    3. Clean and Rebuild Project to a got solution

提交回复
热议问题