Android Studio can't find library classes after Gradle build

前端 未结 5 1646
野性不改
野性不改 2021-01-03 19:30

I\'m trying to add a .jar library to my project into the /libs folder. Here is my grade.build:

    buildscript {
              


        
5条回答
  •  一向
    一向 (楼主)
    2021-01-03 20:12

    Goto File ⇒ Invalidate Caches & Restart

    Solved my problem

提交回复
热议问题