cordova app build错误Gradle Daemon,2个不兼容和1个停止的守护进程

时间:2018-02-07 19:50:43

标签: node.js html5 cordova phonegap

当我尝试构建cordova app时,会发生此错误。请帮助我解决。

public class BumperCar implements Vehicle {
  public void bump(BumperCar other){
    System.out.println("They bounce off harmlessly and continue going.")
  }
}

public class Train implements Vehicle {
  public void bump(Train other){
    System.out.println("Breaking news: Dozens die in horrible train on train collision.")
  }
}

0 个答案:

没有答案