Ionic Build失败并出现异常(未找到构建工具)

时间:2017-07-19 07:18:52

标签: cordova ionic2 android-emulator android-build

我运行了此命令ionic cordova run android,但它出现了此错误:build tool not found。当我运行android studio时,构建函数正常运行而没有任何错误。我无法理解该怎么做。即使我删除了平台文件夹并添加了这个,但错误没有改变。 我有

      
  • Windows10
  •   
  • Ionic 3.5
  •   
  • 节点v6.11.1-64
  •   
  • 模拟器:API 25
给定的错误是: -

Running command - failed!

[ERROR] Cordova encountered an error.
        You may get more insight by running the Cordova command above directly.

[ERROR] An error occurred while running cordova build android (exit code 1):

     FAILURE: Build failed with an exception.
        * Where:
        Script 'E:\wamp64\www\nutricity\platforms\android\CordovaLib\cordova.gradle' line: 64

        * What went wrong:
        A problem occurred evaluating root project 'android'.
        > No installed build tools found. Install the Android build tools version 19.1.0 or higher.

        * Try:
        Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

2 个答案:

答案 0 :(得分:0)

如果它说,那就意味着系统: 1:它真的真的没有找到构建工具

2:要让他找到构建工具,您需要正确定义这些路径

之前人们有过这方面的经验,可以在这里找到可能的解决方案:package

答案 1 :(得分:0)

对我有用的解决方案:

  • 右键单击此PC(我的电脑)
  • 点击属性
  • 转到高级系统设置
  • 点击环境变量
  • 内部系统变量查找路径并对其进行编辑
  • 插入三个4条路径: SDK,构建工具,平台工具,平台
  

(如果未更改,则为默认路径)

  • C:\ Users [您的用户名] \ AppData \ Local \ Android \ Sdk
  • C:\ Users \ Saddam Khan \ AppData \ Local \ Android \ Sdk \ build-tools
  • C:\ Users \ Saddam Khan \ AppData \ Local \ Android \ Sdk \ platform-tools
  • C:\ Users \ Saddam Khan \ AppData \ Local \ Android \ Sdk \ platform