当前位置: 代码迷 >> 综合 >> ubuntu下adb,fastboot,aapt
  详细解决方案

ubuntu下adb,fastboot,aapt

热度:83   发布时间:2023-11-20 09:56:11.0

下载好adb和fastboot sdk的platform tool,把及tools的aapt,都放置指定位置。

如果把aapt放在adb和fastboot同级目录,则

echo "export TOOLS=/home/xxx/platform-tools_r29.0.6-linux/platform-tools" >> ~/.bashrc
echo "export PATH=\$TOOLS:\$PATH" >> ~/.bashrc
. ~/.bashrc

即可。