Could not find com.android.support:appcompat-v7:25.3.1

前端 未结 8 1940
名媛妹妹
名媛妹妹 2020-12-29 06:16

I suddenly started getting this error when trying to build. This was all working a few weeks ago with no changes that I know of. The issue seems to be related to react

8条回答
  •  时光说笑
    2020-12-29 06:40

    For this, try one of the following option:

    1. Update your SDK manager > Go to build menu > clean project > then build project

    or

    2. Right click on project folder > open module setting > libraries > add com.android.support:appcompat-v7:25.3.1 > sync the project

    3. Click on file menu > open project structure > and file the libraries

提交回复
热议问题