Android studio - Failed to find target android-18

前端 未结 12 658
陌清茗
陌清茗 2020-11-29 00:22

I have a problem with Android Studio 0.2.3.

When I run my project the build stops and appears message that says:

Gradle: Execution failed for

12条回答
  •  时光取名叫无心
    2020-11-29 01:12

    Check the local.properties file in your Studio Project. Chances are that the property sdk.dir points to the wrong folder if you had set/configured a previous android sdk from pre-studio era. This was the solution in my case.

提交回复
热议问题