Android Studio Suddenly started to display unable to resolve com.android.support…25.0.0 error messages and all of my java files are erroneous now?

后端 未结 7 1947
花落未央
花落未央 2020-12-17 09:26

My project was working very fine, but until one day, when I uploaded my project to github. I don\'t know if this issue is related to that but today when I compiled my androi

相关标签:
7条回答
  • 2020-12-17 10:26

    if you are using cardview with 25.0.0 version then i think your issue is with your target sdk version. Make it 25 and things should work otherwise downgrade your cardview and other libraries from 25.0.0 to 23.x.x

    0 讨论(0)
提交回复
热议问题