Error:Cause: buildToolsVersion is not specified

前端 未结 12 2271
慢半拍i
慢半拍i 2020-12-24 00:50

I create a simple project and then I right-click on the project and then I use the make mudole app option. Now I have two build.gradle folders: 1-

12条回答
  •  天涯浪人
    2020-12-24 01:06

    I had the same issue. What I was doing wrong was the placing of apply plugin statement in the root gradle of the project. When I placed it in the app gradle then the issue got resolved.

    What I would suggest is to check if you are placing some statement in the root gradle that you should be placing in the app gradle.

提交回复
热议问题