我在使用Android Studio时遇到了一些麻烦。在gradle构建期间,我收到一个错误,例如:
Error:A problem occurred configuring project ':app'.
> Artifact 'support-annotations.jar (com.android.support:support-annotations:23.0.0)' not found.
Searched in the following locations:
file:/C:/Users/MyPc/AppData/Local/Android/sdk/extras/android/m2repository/com/android/support/support-annotations/23.0.0/support-annotations-23.0.0.jar
我开发了符合API 22的项目。我安装了API 23,我的项目出现了一些错误。因此,为了解决这个问题,我删除了与API 23相关的所有内容。删除期间,此文件必须已删除。如何解决这个问题?