【发布时间】:2014-12-07 13:40:02
【问题描述】:
我安装了 Android SDK 以便根我的 android 手机,使用由此获得的脚本:
wget http://linuxundich.de/static/android_sdk_installer.sh
chmod +x android_sdk_installer.sh
sudo ./android_sdk_installer.sh
(在我的系统上:sudo /home/xxx/android_sdk_installer.sh)
接下来,我还在 WebUd8 (http://www.webupd8.org/2012/08/install-adb-and-fastboot-android-tools.html) 的 64 位 Ubuntu 12.04 中安装了“android-tools”包(adb 和 fastboot):
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get install android-tools-adb android-tools-fastboot
然后我用了:
sudo apt-get install android-tools-fsutil
将 Ubuntu Raring 版本反向移植到 Ubuntu 12.04
刚刚发现包(android-tools、adb 和 sdk)占用了太多宝贵的空间,想将它们连同所有相关包一起删除。
需要综合指南。
谢谢。
附言。 我可以提供shell脚本android_sdk_installer.sh的文本,虽然也可以从上面的链接获得。
【问题讨论】:
标签: android linux shell ubuntu