ionic build Android | error: No installed build tools found. Please install the Android build tools

后端 未结 27 3465
被撕碎了的回忆
被撕碎了的回忆 2020-11-28 05:25

When I run ionic build android command in root of ionic project, I am getting this error:

FAILURE: Build failed with an exception.

27条回答
  •  遥遥无期
    2020-11-28 05:54

    This problem I solved with the following detail, somehow the android SDK manage installed all the dependencies and necessary files, but forget this `templates` files where is found templates> gradle> wrapper. This set of files is missing.

    Path in mac /Users/giogio/Library/Android/sdk/tools/templates

提交回复
热议问题