ANDROID安装问题

时间:2016-09-27 12:34:29

标签: java android android-studio

enter image description here在ubuntu OS中安装应用时,屏幕截图中提到了错误。

  

错误是:“Gradle'TestForError'项目刷新失败>   错误:处理'命令   '/ home / vignesh08 / Downloads / android-studio / jre / bin / java''完成了   非零退出值2“

enter image description here

1 个答案:

答案 0 :(得分:0)

添加

#!/usr/bin/env perl
use strict;
use warnings;
use Data::Dumper;

while ( <DATA> ) {
  chomp;
  my @fields  = split;
  print $fields[2],"\n"
}

__DATA__
  1 2016-09-27 14:07:20.084877
  2 2016-09-27 14:07:20.084998
  3 2016-09-27 14:07:20.131343
  4 2016-09-27 14:07:20.131374
  6 2016-09-27 14:07:20.137359
  7 2016-09-27 14:07:20.137556
  8 2016-09-27 14:07:20.137796
  9 2016-09-27 14:07:20.437769
 10 2016-09-27 14:07:20.437796
100 2016-09-27 14:07:23.293661 

到你的build.gradle。 然后清理并重建项目,然后运行它。