2

我正在尝试在 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% 处。

4

1 回答 1

-1

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

于 2016-09-17T02:30:51.277 回答