Gradle fails with “Ambiguous method overloading for method java.io.File#

前端 未结 3 924
你的背包
你的背包 2021-02-03 21:54

When gradle building my project, I\'m getting this error:

FAILURE: Build failed with an exception.

  • Where:
    Build fi

3条回答
  •  南旧
    南旧 (楼主)
    2021-02-03 22:16

    In my case I had to set the Android NDK and SDK location in the module settings of my Android Studio project.

提交回复
热议问题