1.没有安装curl
fantasy@fantasy-All-Series:~/my_dev/android/AOSP$ ./prebuilts/sdk/tools/jack-admin start-server
./prebuilts/sdk/tools/jack-admin: line 163: curl: command not found
./prebuilts/sdk/tools/jack-admin: line 163: curl: command not found
./prebuilts/sdk/tools/jack-admin: line 163: curl: command not found
./prebuilts/sdk/tools/jack-admin: line 163: curl: command not found
Communication error with Jack server (127), try 'jack-diagnose' or see Jack server log
即没有安装curl
如下命令安装curl即可
sudo apt-get install curl
2./bin/bash: xmllint: command not found
sudo apt-get install libxml2-utils