How do I resolve a “'generateDebugSources' not found in project” error?

前端 未结 8 1146
囚心锁ツ
囚心锁ツ 2021-02-07 07:36

I was trying to add a dependency to my application and I accidentally modified the wrong build.gradle file and now my application no longer builds correctly.

This is my

8条回答
  •  余生分开走
    2021-02-07 08:22

    Not mentioned here, so maybe it can help some people. Got this error and solved it by doing a gradle sync (somehow, android studio was not suggesting it).

提交回复
热议问题