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

后端 未结 27 3570
被撕碎了的回忆
被撕碎了的回忆 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:52

    In my case, the Enviroument Variable ANDROID_HOME was pointed to wrong (old) directory. I reallocated to correct one. In my case

    ANDROID_HOME=F:\Program Files (x86)\Android\android-sdk

提交回复
热议问题