我想用Bazel在Ubuntu中编译Tensorflow Android演示

在搜索之后,我也尝试了这个命令,但出现了另一个错误:
sudo apt-get install lib32stdc++6 lib32z1

我将工作空间文件buildtools修改为26.0.2,编译结果如下:

我能做些什么?
发布于 2017-12-05 16:08:27
/home/fancy/AI/tensorflow/WORKSPACE,并确保:- the `android_sdk_repository` and `android_ndk_repository` rules are uncommented (don't have a `#` before them), and
- these rules have a [`path` attribute](https://docs.bazel.build/versions/master/be/android.html#android_sdk_repository), which specifies the absolute path to the Android SDK and NDK, respectively
https://stackoverflow.com/questions/47645718
复制相似问题