I followed the tutorial:
https://tvm.apache.org/docs/tutorials/frontend/deploy_model_on_android.html
when execute “docker build -t tvm.demo_android -f docker/Dockerfile.demo_android ./docker
”,
in the android NDK installation process, it generate this warning, and then exit:
` Accept? (y/N): All SDK package licenses accepted
done
Warning: Failed to find package extras;android;gapid;1
The command '/bin/sh -c bash /install/ubuntu_install_androidsdk.sh' returned a non-zero code: 1`
my host ubuntu version: 20.04
Hi Team,
I am also facing same issue.
Here are my environment setup:
Host: x86_64, ubuntu-18.04.
TVM commit id: commit 9d34eaaa34f14fbfa6ad3540cd93c2ca08571207
@anguoyang, Did you resolve the issue? if yes, please suggest me how you are able to solve and what is missing with my setup?
Note: Along with above error, I have notice below message in the console window, it might help to guide me on this.
“debconf: delaying package configuration, since apt-utils is not installed”
Thanks in Advance.
Raju
tkat0
3
Hi, I also reproduced it.
So I am fixing it with the following PR.