Build Error in Android Studio 2.1.3

后端 未结 2 2097
伪装坚强ぢ
伪装坚强ぢ 2021-01-26 08:50

I am using android studio 2.1.3. I am getting the following error, in spite of clearing the project and rebuilding it again, restarting etc... How to solve it?

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-26 09:16

    • Have you cleaned your project through terminal ? If not use ./gradlew clean this from root project.
    • Also check your gradle files, Is everything is up-to-date and correctly written there. Check for dependencies also.

提交回复
热议问题