在Linux下编译代码提示:
make: warning:  Clock skew detected.  Your build may be incomplete
这个错误是由于系统时间比文件修改时间早造成的,一般可以通过修改系统时间来消除错误:
date命令查看当前系统时间
date -s 5/18/2011 命令可以修改系统日期
date -s 16:10:59命令可以修改系统时间

另外,如果是刚安装的Linux系统,编译Android代码时要设置Android的编译坏境Android Build

相关文章:

  • 2021-06-06
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2022-01-09
  • 2021-12-06
猜你喜欢
  • 2021-07-31
  • 2021-04-08
  • 2022-01-30
  • 2021-10-19
  • 2021-10-28
  • 2021-05-23
  • 2021-10-20
相关资源
相似解决方案