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

前端 未结 8 1299
囚心锁ツ
囚心锁ツ 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:09

    Had the same problem and fixed it by updating TO latest build-tools version:

    buildToolsVersion '24.0.1'
    

    OR

    buildToolsVersion '24'
    

提交回复
热议问题