【问题标题】:AOSP make build errorAOSP 使构建错误
【发布时间】:2016-03-19 20:44:54
【问题描述】:

我正在尝试在 Mac OS 上使用 make -jN 构建 aosp,但它以下一个错误结束:

  required: BlockingQueue<Runnable>
  found:    BlockingQueue
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
29 warnings
ninja: build stopped: subcommand failed.
make: *** [ninja_wrapper] Error 1

在 43% 的过程中。

【问题讨论】:

标签: android android-source ninja


【解决方案1】:

要消除错误,您需要更新 API。
$ make update-api
让它更新,然后重新开始制作。
$ make -jN

【讨论】:

    猜你喜欢
    • 2013-12-12
    • 1970-01-01
    • 1970-01-01
    • 2023-03-03
    • 2017-07-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多